aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-05-06 18:03:17 +0100
committerAleksey Kladov <[email protected]>2020-05-06 18:03:17 +0100
commit71369f5c595a48cda4c4d005bc8872a18efacfbe (patch)
tree6c037129569dabf9cb1926d53c65e24c38493c96
parent5b697d5693091c2e9da0d8c7d50fdbff7e7a3147 (diff)
Better mapping to TextMate scopes for keywords
https://github.com/microsoft/vscode/issues/94367#issuecomment-608629883
-rw-r--r--editors/code/package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 8849615c8..12a08ba40 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -592,6 +592,12 @@
592 "keyword.unsafe": [ 592 "keyword.unsafe": [
593 "keyword.other.unsafe" 593 "keyword.other.unsafe"
594 ], 594 ],
595 "keyword": [
596 "keyword"
597 ],
598 "keyword.controlFlow": [
599 "keyword.control"
600 ],
595 "variable.constant": [ 601 "variable.constant": [
596 "entity.name.constant" 602 "entity.name.constant"
597 ] 603 ]