Tweaked colors for types

This commit is contained in:
2022-11-08 02:52:18 +00:00
parent 14710dec90
commit 56987bc96a

View File

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