diff options
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 44 |
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": [ |