Skip to content

Commit

Permalink
Fix tokenised tag closing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Demmel committed Jun 30, 2015
1 parent 05d8d21 commit 6c181a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grammars/Handlebars.json
Expand Up @@ -276,7 +276,7 @@
]
},
{
"begin": "(</?)([a-zA-Z0-9:-{}]+)",
"begin": "(</?)([a-zA-Z0-9{}:-]+)",
"captures": {
"1": {
"name": "punctuation.definition.tag.html"
Expand Down
2 changes: 1 addition & 1 deletion grammars/Handlebars.tmLanguage
Expand Up @@ -757,7 +757,7 @@
</dict>
<dict>
<key>begin</key>
<string>(&lt;/?)([a-zA-Z0-9:-{}]+)</string>
<string>(&lt;/?)([a-zA-Z0-9{}:-]+)</string>
<key>captures</key>
<dict>
<key>1</key>
Expand Down

0 comments on commit 6c181a2

Please sign in to comment.