Skip to content

Commit

Permalink
Keyword update.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhnomoli committed Feb 2, 2014
1 parent 7147b76 commit 558854c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/HTML (Twig).tmLanguage
Expand Up @@ -1385,7 +1385,7 @@
<key>twig-keywords</key>
<dict>
<key>match</key>
<string>(?&lt;=\s)((?:end)?(?:autoescape|block|embed|filter|for|if|macro|raw|verbatim|sandbox|set|spaceless)|as|do|else|elseif|extends|flush|from|ignore missing|import|include|only|use|with)(?=\s)</string>
<string>(?&lt;=\s)((?:end)?(?:autoescape|block|embed|filter|for|if|macro|raw|sandbox|set|spaceless|trans|verbatim)|as|do|else|elseif|extends|flush|from|ignore missing|import|include|only|use|with)(?=\s)</string>
<key>name</key>
<string>keyword.control.twig</string>
</dict>
Expand Down

0 comments on commit 558854c

Please sign in to comment.