Skip to content

Commit 71369f5

Browse files
committed
Better mapping to TextMate scopes for keywords
microsoft/vscode#94367 (comment)
1 parent 5b697d5 commit 71369f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

editors/code/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,12 @@
592592
"keyword.unsafe": [
593593
"keyword.other.unsafe"
594594
],
595+
"keyword": [
596+
"keyword"
597+
],
598+
"keyword.controlFlow": [
599+
"keyword.control"
600+
],
595601
"variable.constant": [
596602
"entity.name.constant"
597603
]

0 commit comments

Comments
 (0)