Skip to content

Commit 79598f5

Browse files
fix: allow comments in attributes
1 parent 86d3b78 commit 79598f5

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)