Skip to content

Commit e7f9086

Browse files
Merge #6436
6436: Textmate grammar: allow comments in attributes r=dustypomerleau a=dustypomerleau Fixes #6419 Co-authored-by: Dusty Pomerleau <[email protected]>
2 parents 86d3b78 + 79598f5 commit e7f9086

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

editors/code/rust.tmGrammar.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@
139139
}
140140
},
141141
"patterns": [
142+
{
143+
"include": "#block-comments"
144+
},
145+
{
146+
"include": "#comments"
147+
},
142148
{
143149
"include": "#keywords"
144150
},

0 commit comments

Comments
 (0)