Skip to content

Commit

Permalink
Merge pull request #19 from williamthome/fix/#18
Browse files Browse the repository at this point in the history
fix: {% if %} tabstop
  • Loading branch information
williamthome authored Jun 6, 2022
2 parents 267d2ae + 50bae9b commit 4899468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/tpl-tags-builtin.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"scope": "tpl",
"description": "{% if %}",
"prefix": "if",
"body": "{% if %}$0{% endif %}"
"body": "{% if $1 %}$0{% endif %}"
},
"elif": {
"scope": "tpl",
Expand Down

0 comments on commit 4899468

Please sign in to comment.