Skip to content

Commit

Permalink
Grammar: Highlight unquoted numbers as constants
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoant committed Dec 7, 2015
1 parent a71b351 commit ecf3c09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Syntaxes/Ini.plist
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@
<key>include</key>
<string>#escape</string>
</dict>
<dict>
<key>match</key>
<string>\b[0-9]+\b</string>
<key>name</key>
<string>constant.numeric.ini</string>
</dict>
</array>
</dict>
</array>
Expand Down

0 comments on commit ecf3c09

Please sign in to comment.