mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Update toy.tmLanguage.json
Forgot opaque type
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "keyword.type.toy",
|
"name": "keyword.type.toy",
|
||||||
"match": "\\b(any|bool|const|float|int|string|type)\\b"
|
"match": "\\b(any|bool|const|float|int|opaque|string|type)\\b"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "keyword.other.toy",
|
"name": "keyword.other.toy",
|
||||||
@@ -82,4 +82,4 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scopeName": "source.toy"
|
"scopeName": "source.toy"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user