From 4bf7478fe95a98552367bbc72a3704fc6f8795a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dobros=C5=82aw=20=C5=BBybort?= Date: Fri, 15 Jun 2018 16:15:58 +0200 Subject: [PATCH] Add Dockerfile support --- snippets/todo.cson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/todo.cson b/snippets/todo.cson index 8ef9b7f..3433313 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.dockerfile': 'todo': 'prefix': 'todo' 'body': '# TODO: $0'