mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +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",
|
||||||
|
|||||||
Reference in New Issue
Block a user