Skip to content

Commit

Permalink
Correct custom tag punctuation capture numbering
Browse files Browse the repository at this point in the history
Fixes #89.
  • Loading branch information
infininight committed Jul 24, 2018
1 parent 7f2dcb7 commit 6a6fb29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Syntaxes/HTML.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4030,7 +4030,7 @@
<string>/?&gt;</string>
<key>endCaptures</key>
<dict>
<key>1</key>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.tag.end.html</string>
Expand Down Expand Up @@ -4066,7 +4066,7 @@
<string>&gt;</string>
<key>endCaptures</key>
<dict>
<key>1</key>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.tag.end.html</string>
Expand Down

0 comments on commit 6a6fb29

Please sign in to comment.