From 0f324bac6be92b0ea218f5b59e5106b00551ee42 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 9 Feb 2021 17:41:12 +0300 Subject: Fix highlighting of injected attributes --- editors/code/package.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index 66af94186..e5d439050 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -950,6 +950,50 @@ { "id": "formatSpecifier", "description": "Style for {} placeholders in format strings" + }, + { + "id": "punctuation", + "description": "generic punctuation" + }, + { + "id": "parenthesis", + "description": "( or )", + "superType": "punctuation" + }, + { + "id": "bracket", + "description": "[ or ]", + "superType": "punctuation" + }, + { + "id": "brace", + "description": "{ or }", + "superType": "punctuation" + }, + { + "id": "angle", + "description": "< or >", + "superType": "punctuation" + }, + { + "id": "comma", + "description": ",", + "superType": "punctuation" + }, + { + "id": "colon", + "description": ":", + "superType": "punctuation" + }, + { + "id": "semicolon", + "description": ";", + "superType": "punctuation" + }, + { + "id": "dot", + "description": ".", + "superType": "punctuation" } ], "semanticTokenModifiers": [ -- cgit v1.2.3