Skip to content

Commit 38db21c

Browse files
committed
Fix scope for any and typeid
1 parent ae6688f commit 38db21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/vscode/syntaxes/odin.tmLanguage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
"match": "\\b(rawptr)\\b"
491491
},
492492
{
493-
"name": "support.type.primitive",
493+
"name": "support.type.primitive.odin",
494494
"match": "\\b(any|typeid)\\b"
495495
},
496496
{

0 commit comments

Comments
 (0)