Skip to content

Commit a8cc7c6

Browse files
author
Mohamed Al-Fahim
authored
Fix open and include syntax highlighting
1 parent 63b37a0 commit a8cc7c6

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
@@ -343,7 +343,7 @@
343343
}
344344
},
345345
{
346-
"match": "\\b(open|include)\\s*",
346+
"match": "\\b(open|include)\\s+",
347347
"name": "keyword"
348348
}
349349
]

0 commit comments

Comments
 (0)