aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-02-09 14:41:12 +0000
committerAleksey Kladov <[email protected]>2021-02-09 14:41:12 +0000
commit0f324bac6be92b0ea218f5b59e5106b00551ee42 (patch)
tree3cb979aa60f978e9edd431f01a8be094ba37ecaf /editors/code/package.json
parent5ddfde3038749a06b0fae3a4d96d002148f9126a (diff)
Fix highlighting of injected attributes
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json44
1 files changed, 44 insertions, 0 deletions
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 @@
950 { 950 {
951 "id": "formatSpecifier", 951 "id": "formatSpecifier",
952 "description": "Style for {} placeholders in format strings" 952 "description": "Style for {} placeholders in format strings"
953 },
954 {
955 "id": "punctuation",
956 "description": "generic punctuation"
957 },
958 {
959 "id": "parenthesis",
960 "description": "( or )",
961 "superType": "punctuation"
962 },
963 {
964 "id": "bracket",
965 "description": "[ or ]",
966 "superType": "punctuation"
967 },
968 {
969 "id": "brace",
970 "description": "{ or }",
971 "superType": "punctuation"
972 },
973 {
974 "id": "angle",
975 "description": "< or >",
976 "superType": "punctuation"
977 },
978 {
979 "id": "comma",
980 "description": ",",
981 "superType": "punctuation"
982 },
983 {
984 "id": "colon",
985 "description": ":",
986 "superType": "punctuation"
987 },
988 {
989 "id": "semicolon",
990 "description": ";",
991 "superType": "punctuation"
992 },
993 {
994 "id": "dot",
995 "description": ".",
996 "superType": "punctuation"
953 } 997 }
954 ], 998 ],
955 "semanticTokenModifiers": [ 999 "semanticTokenModifiers": [