File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 114114 </dict >
115115 <dict >
116116 <key >match </key >
117- <string >(?< ![\w\d.])0[xX][0-9A-Fa-f]+(\.[0-9A-Fa-f]+)?([eE]-?\d*)?([pP][-+]\d+)? </string >
117+ <string >(?< ![\w\d.])0[xX][0-9A-Fa-f]+(\.[0-9A-Fa-f]*)?([eE]-?\d*)?([pP][-+]\d+)? </string >
118+ <key >name </key >
119+ <string >constant.numeric.float.hexadecimal.lua </string >
120+ </dict >
121+ <dict >
122+ <key >match </key >
123+ <string >(?< ![\w\d.])0[xX]\.[0-9A-Fa-f]+([eE]-?\d*)?([pP][-+]\d+)? </string >
118124 <key >name </key >
119125 <string >constant.numeric.float.hexadecimal.lua </string >
120126 </dict >
126132 </dict >
127133 <dict >
128134 <key >match </key >
129- <string >(?< ![\w\d.])\d+(\.\d+)?([eE]-?\d*)? </string >
135+ <string >(?< ![\w\d.])\d+(\.\d*)?([eE]-?\d*)? </string >
136+ <key >name </key >
137+ <string >constant.numeric.float.lua </string >
138+ </dict >
139+ <dict >
140+ <key >match </key >
141+ <string >(?< ![\w\d.])\.\d+([eE]-?\d*)? </string >
130142 <key >name </key >
131143 <string >constant.numeric.float.lua </string >
132144 </dict >
You can’t perform that action at this time.
0 commit comments