Skip to content

Commit 6eabbc4

Browse files
committed
Fix hljs issue
1 parent 2e688f5 commit 6eabbc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/rescript-highlightjs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ module.exports = function(hljs) {
2727
var KEYWORDS = {
2828
// See: https://github.com/rescript-lang/syntax/blob/4872b983eb023f78a972063eb367339e6897bf16/src/res_token.ml#L166
2929
keyword:
30-
'and as assert catch constraint downto else exception export external false for' +
31-
'if import in include lazy let module mutable of open private rec switch' +
30+
'and as assert catch constraint downto else exception export external false for ' +
31+
'if import in include lazy let module mutable of open private rec switch ' +
3232
'to true try type when while with',
3333
// not reliable
3434
//built_in:

0 commit comments

Comments
 (0)