From 3f00c4a0a9ec683f11a2b548366e712c766269f6 Mon Sep 17 00:00:00 2001 From: ht450 <59090167+ht450@users.noreply.github.com> Date: Thu, 25 Jun 2020 12:29:54 +0100 Subject: [PATCH] added snippet for jinja comment with prefix jcom, adds {# #} --- snippets.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/snippets.json b/snippets.json index ce7111a..163ade0 100644 --- a/snippets.json +++ b/snippets.json @@ -165,6 +165,14 @@ "$2$0" ], "description": "a tag with url_for" + }, + + "jinja comment": { + "prefix": "jcom", + "body": [ + "{# $1 #}$0" + ], + "description": "jinja comment" }