From 104cdc46c0109a8f6cd276a58774d4822af19723 Mon Sep 17 00:00:00 2001 From: Mark Kenny Date: Sun, 17 May 2020 01:36:38 +0100 Subject: [PATCH] Added .source.shell --- snippets/todo.cson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/todo.cson b/snippets/todo.cson index 8ef9b7f..a4f8773 100644 --- a/snippets/todo.cson +++ b/snippets/todo.cson @@ -1,4 +1,4 @@ -'.source.ruby, .source.puppet, .source.coffee, .source.python': +'.source.ruby, .source.puppet, .source.coffee, .source.python, .source.shell': 'todo': 'prefix': 'todo' 'body': '# TODO: $0'