From e8afeacba15c049fbfe1b8e1cc1a247f69ab5c3c Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 31 May 2013 16:31:43 -0300 Subject: [PATCH] just mark the end of the macro with a proper name --- snippets/htmldjango.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/htmldjango.snippets b/snippets/htmldjango.snippets index 6e8a70d..cc8b1c0 100644 --- a/snippets/htmldjango.snippets +++ b/snippets/htmldjango.snippets @@ -13,4 +13,4 @@ snippet block snippet macro {% macro ${1:name}(${2:params}) %} ${3:{# content #}} - {% endmacro %} + {% endmacro %} {# $1 #}