Skip to content

Commit 12770d4

Browse files
committed
update typescript semantic highlighting
1 parent 5e5e709 commit 12770d4

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

extensions/typescript-language-features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"jsonc-parser": "^2.1.1",
2020
"rimraf": "^2.6.3",
2121
"semver": "5.5.1",
22-
"typescript-vscode-sh-plugin": "^0.6.6",
22+
"typescript-vscode-sh-plugin": "^0.6.8",
2323
"vscode-extension-telemetry": "0.1.1",
2424
"vscode-nls": "^4.0.0"
2525
},

extensions/typescript-language-features/src/features/semanticTokens.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ tokenModifiers[TokenModifier.async] = 'async';
150150
tokenModifiers[TokenModifier.declaration] = 'declaration';
151151
tokenModifiers[TokenModifier.readonly] = 'readonly';
152152
tokenModifiers[TokenModifier.static] = 'static';
153+
tokenModifiers[TokenModifier.local] = 'local';
153154

154155
// make sure token types and modifiers are complete
155156
if (tokenTypes.filter(t => !!t).length !== TokenType._) {

extensions/typescript-language-features/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -626,10 +626,10 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
626626
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
627627
integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
628628

629-
typescript-vscode-sh-plugin@^0.6.6:
630-
version "0.6.6"
631-
resolved "https://registry.yarnpkg.com/typescript-vscode-sh-plugin/-/typescript-vscode-sh-plugin-0.6.6.tgz#2139d8c6fb9da73cbfcd25fb6a4459374fb89d27"
632-
integrity sha512-gVip+I1fMBdvSuGM+OmVywe84F8qp0AmMi/Aj35ggqSez8CWh/WpG7vuz64QtVKqgnwvFh3jSCmXFml5JBN2mw==
629+
typescript-vscode-sh-plugin@^0.6.8:
630+
version "0.6.8"
631+
resolved "https://registry.yarnpkg.com/typescript-vscode-sh-plugin/-/typescript-vscode-sh-plugin-0.6.8.tgz#60d5025f2ab814496824ee997b5e9fc12c5b7f1a"
632+
integrity sha512-XEh/GwBRsZKWQjPTODqWWiW8o8DyF7Yzfp/xvq1vyK5Z9JykFKAkx95BEmALv9x9dpc2RcLZHgVsKFXrtDABCw==
633633

634634
uri-js@^4.2.2:
635635
version "4.2.2"

0 commit comments

Comments
 (0)