Skip to content

Commit 7af249d

Browse files
Merge pull request #18 from MohamedAlFahim/patch-1
Fix open and include syntax highlighting
2 parents 98288c9 + a8cc7c6 commit 7af249d

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)