Skip to content

Commit f204f01

Browse files
rhysdAlhadis
authored andcommitted
Fix autoload variables (#7)
1 parent d4a408c commit f204f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/viml.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ repository:
166166
numbers:
167167
patterns: [{
168168
name: "constant.numeric.hex.viml"
169-
match: "(?:#|0[xX])[0-9A-Fa-f]+"
169+
match: "0[xX][0-9A-Fa-f]+"
170170
},{
171171
name: "constant.numeric.float.exponential.viml"
172172
match: "(?<!\\w)-?\\d+\\.\\d+[eE][-+]?\\d+"

0 commit comments

Comments
 (0)