From f7db49bfc6dd77471865c8591fdf7d5d00992830 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 26 Feb 2020 19:39:32 +0100 Subject: Better highlightign API --- editors/code/package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index c5f9d50ac..3fbf3f0bb 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -380,6 +380,25 @@ } } ], + "semanticTokenTypes": [ + { + "id": "attribute" + } + ], + "semanticTokenModifiers": [ + { + "id": "mutable" + }, + { + "id": "unsafe" + }, + { + "id": "control" + }, + { + "id": "builtin" + } + ], "semanticTokenStyleDefaults": [ { "selector": "*.mutable", -- cgit v1.2.3