diff --git a/editors/code/package.json b/editors/code/package.json index 2f14eaebd2..0e6755a322 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -586,6 +586,11 @@ "id": "attribute", "description": "Style for attributes" }, + { + "id": "boolean", + "description": "Style for boolean literals", + "superType": "keyword" + }, { "id": "builtinType", "description": "Style for builtin types",