diff options
author | Laurențiu Nicola <[email protected]> | 2020-05-25 09:51:56 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2020-05-25 10:08:58 +0100 |
commit | c2358365ad0b82d4a5f023192ee0ab2c198d6aee (patch) | |
tree | 9923f9ea4cdebebe11df1b0cdf3a1fb453b82d95 /editors | |
parent | 1527feb744c7911b6ca482554f0399d3ef0ebfdc (diff) |
Add self keyword semantic token type
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 2f14eaebd..3127e6a30 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -596,6 +596,11 @@ | |||
596 | "description": "Style for lifetimes" | 596 | "description": "Style for lifetimes" |
597 | }, | 597 | }, |
598 | { | 598 | { |
599 | "id": "selfKeyword", | ||
600 | "description": "Style for the self keyword", | ||
601 | "superType": "keyword" | ||
602 | }, | ||
603 | { | ||
599 | "id": "typeAlias", | 604 | "id": "typeAlias", |
600 | "description": "Style for type aliases", | 605 | "description": "Style for type aliases", |
601 | "superType": "type" | 606 | "superType": "type" |