Skip to content

Commit 4ab9060

Browse files
committed
Merge pull request #35 from apense/anykeyword
Added any keyword
2 parents 95fc09c + 32831a8 commit 4ab9060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Syntaxes/Nim.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ patterns:
234234

235235
- comment: Built-in, concrete types.
236236
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}])
238238

239239
- comment: Built-in, generic types.
240240
name: storage.type.generic.nim

Syntaxes/Nim.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
<key>comment</key>
639639
<string>Built-in, concrete types.</string>
640640
<key>match</key>
641-
<string>(?&lt;![\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>(?&lt;![\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>
642642
<key>name</key>
643643
<string>storage.type.concrete.nim</string>
644644
</dict>

0 commit comments

Comments
 (0)