Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 5cad1752cc..f4d85d6abf 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -1127,6 +1127,11 @@
"description": "Style for attributes"
},
{
+ "id": "attributeBracket",
+ "description": "Style for attribute invocation brackets, that is the `#[` and `]` tokens",
+ "superType": "punctuation"
+ },
+ {
"id": "bitwise",
"description": "Style for bitwise operators",
"superType": "operator"
@@ -1181,6 +1186,11 @@
"description": "Style for const generics"
},
{
+ "id": "derive",
+ "description": "Style for derives",
+ "superType": "attribute"
+ },
+ {
"id": "dot",
"description": "Style for .",
"superType": "punctuation"