From 841817ebad7cc8a510417aeab66f3ce7c6435293 Mon Sep 17 00:00:00 2001 From: Chris Keathley Date: Thu, 3 Mar 2016 21:03:14 -0500 Subject: [PATCH] Add elixir snippet support --- snippets/todo.cson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/todo.cson b/snippets/todo.cson index d270191..1acfa10 100644 --- a/snippets/todo.cson +++ b/snippets/todo.cson @@ -1,4 +1,4 @@ -'.source.ruby, .source.puppet, .source.coffee': +'.source.ruby, .source.puppet, .source.coffee, .source.elixir': 'todo': 'prefix': 'todo' 'body': '# TODO: $0'