Skip to content

Commit 748534e

Browse files
committed
1 parent 5f86d5c commit 748534e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReScript.sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variables:
1313

1414
# slightly different than reason-highlightjs
1515
RE_KEYWORDS:
16-
\b(and|as|assert|begin|class|constraint|done|downto|exception|external|fun|functor|inherit|lazy|let|pub|mutable|new|nonrec|object|of|or|pri|rec|then|to|val|virtual|try|catch|finally|do|else|for|if|switch|while|import|library|export|module|in|raise|private)\b
16+
\b(and|as|assert|constraint|downto|else|exception|external|false|for|if|in|include|lazy|let|module|mutable|of|open|rec|switch|to|true|try|type|when|while|with)\b
1717
RE_LITERAL: \b(true|false)\b
1818

1919
contexts:

0 commit comments

Comments
 (0)