Skip to content

Commit e9ca442

Browse files
committed
Fix #7
1 parent 18aa835 commit e9ca442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/rescript.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"name": "variable.function variable.other"
215215
},
216216
{
217-
"match": "(#)(...)?[a-zA-Z][0-9a-zA-Z_]*\\b",
217+
"match": "(#)(\\.\\.\\.)?[a-zA-Z][0-9a-zA-Z_]*\\b",
218218
"captures": {
219219
"1": {
220220
"name": "punctuation.definition.keyword"

0 commit comments

Comments
 (0)