Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 13b0867c25..26f21f73d4 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1126,6 +1126,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" @@ -1180,6 +1185,11 @@ "description": "Style for const generics" }, { + "id": "derive", + "description": "Style for derives", + "superType": "attribute" + }, + { "id": "dot", "description": "Style for .", "superType": "punctuation" |