From 308dc53a4c1c6cd7e91c7eccc7483aab4bcaa8c6 Mon Sep 17 00:00:00 2001 From: Luis Carlos Cruz Carballo Date: Sun, 2 Aug 2015 23:40:00 -0400 Subject: [PATCH] Test djangohtml options --- UltiSnips/htmldjango.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiSnips/htmldjango.snippets b/UltiSnips/htmldjango.snippets index c04fc9d..4bb60f9 100644 --- a/UltiSnips/htmldjango.snippets +++ b/UltiSnips/htmldjango.snippets @@ -3,7 +3,7 @@ priority -50 extends html # Generic Tags -snippet % '' b +snippet % b {% ${1} %}${2} endsnippet