Skip to content

Commit 34b43b3

Browse files
committed
Fixes #67
1 parent c84ac5b commit 34b43b3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

grammars/rescript.tmLanguage.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828
"commentBlock": {
2929
"name": "comment.block",
3030
"begin": "/\\*",
31-
"end": "\\*/"
31+
"end": "\\*/",
32+
"patterns": [
33+
{
34+
"include": "#commentBlock"
35+
}
36+
]
3237
},
3338
"punctuations": {
3439
"patterns": [

0 commit comments

Comments
 (0)