Add boolean literals to package.json

This commit is contained in:
Laurențiu Nicola 2020-05-25 11:39:56 +03:00
parent 1527feb744
commit 87aa746ed2

View file

@ -586,6 +586,11 @@
"id": "attribute", "id": "attribute",
"description": "Style for attributes" "description": "Style for attributes"
}, },
{
"id": "boolean",
"description": "Style for boolean literals",
"superType": "keyword"
},
{ {
"id": "builtinType", "id": "builtinType",
"description": "Style for builtin types", "description": "Style for builtin types",