Skip to content

Commit 2402f45

Browse files
authored
Merge pull request Shougo#157 from nepella/master
Fix scrivener's error in twig snippets.
2 parents e5946e9 + fc5a414 commit 2402f45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

neosnippets/twig.snip

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ abbr {% macro ...(...) %} ... {% endmacro %}
8787
options head
8888
{% macro ${1:#:name}(${2:#:args}) %}
8989
${0:TARGET}
90-
{% endif %}
90+
{% endmacro %}
9191

9292
snippet sandbox
9393
abbr {% sandbox %} ... {% endsandbox %}
@@ -145,4 +145,3 @@ options head
145145
{% ${1:#:tag} ${2:#:name} %}
146146
${0:TARGET}
147147
{% end$1 %}
148-

0 commit comments

Comments
 (0)