File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ patterns:
234
234
235
235
- comment : Built-in, concrete types.
236
236
name : storage.type.concrete.nim
237
- match : (?<![\w\x{80}-\x{10FFFF}])(((uint|int|float)(8|16|32|64)?)|bool|string|auto|cstring|char|byte|tobject|typedesc|stmt|expr)(?![\w\x{80}-\x{10FFFF}])
237
+ match : (?<![\w\x{80}-\x{10FFFF}])(((uint|int|float)(8|16|32|64)?)|bool|string|auto|cstring|char|byte|tobject|typedesc|stmt|expr|any )(?![\w\x{80}-\x{10FFFF}])
238
238
239
239
- comment : Built-in, generic types.
240
240
name : storage.type.generic.nim
Original file line number Diff line number Diff line change 638
638
<key >comment </key >
639
639
<string >Built-in, concrete types. </string >
640
640
<key >match </key >
641
- <string >(?< ![\w\x{80}-\x{10FFFF}])(((uint|int|float)(8|16|32|64)?)|bool|string|auto|cstring|char|byte|tobject|typedesc|stmt|expr)(?![\w\x{80}-\x{10FFFF}]) </string >
641
+ <string >(?< ![\w\x{80}-\x{10FFFF}])(((uint|int|float)(8|16|32|64)?)|bool|string|auto|cstring|char|byte|tobject|typedesc|stmt|expr|any )(?![\w\x{80}-\x{10FFFF}]) </string >
642
642
<key >name </key >
643
643
<string >storage.type.concrete.nim </string >
644
644
</dict >
You can’t perform that action at this time.
0 commit comments