aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-06 18:04:00 +0100
committerGitHub <[email protected]>2020-05-06 18:04:00 +0100
commit6b18d364fc1cac3c0f1924e3a29368a34e0ea304 (patch)
tree4c340633deba7bd788c6c0013001f0e77b1fd7bb
parent1a0988b899236f4fb4964c5be4b8d1cba909e549 (diff)
parent71369f5c595a48cda4c4d005bc8872a18efacfbe (diff)
Merge #4353
4353: Better mapping to TextMate scopes for keywords r=matklad a=matklad https://github.com/microsoft/vscode/issues/94367#issuecomment-608629883 bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
-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 ]