From 87aa746ed2820d401975534a33454d16c0034ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 25 May 2020 11:39:56 +0300 Subject: Add boolean literals to package.json --- editors/code/package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/editors/code/package.json b/editors/code/package.json index 2f14eaebd..0e6755a32 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", -- cgit v1.2.3