We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d872bf4 commit b8984bdCopy full SHA for b8984bd
grammars/rescript.tmLanguage.json
@@ -15,7 +15,7 @@
15
},
16
"RE_KEYWORDS": {
17
"name": "keyword.control",
18
- "match": "\\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"
+ "match": "\\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"
19
20
"RE_LITERAL": {
21
"name": "constant.language",
0 commit comments