Update toy.tmLanguage.json

Forgot opaque type
This commit is contained in:
2022-11-07 20:47:37 +11:00
committed by GitHub
parent 0c8e036de8
commit 42580bbe2a

View File

@@ -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",