This commit is contained in:
2022-11-08 02:55:02 +00:00
parent bbdb521333
commit 2af95ec82e

View File

@@ -43,7 +43,7 @@
"match": "\\b(if|else|while|for|return|break|continue)\\b"
},
{
"name": "entity.name.type",
"name": "entity.name.type.toy",
"match": "\\b(any|bool|const|float|int|opaque|string|type)\\b"
},
{