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" }