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 2e688f5 commit 6eabbc4Copy full SHA for 6eabbc4
plugins/rescript-highlightjs.js
@@ -27,8 +27,8 @@ module.exports = function(hljs) {
27
var KEYWORDS = {
28
// See: https://github.com/rescript-lang/syntax/blob/4872b983eb023f78a972063eb367339e6897bf16/src/res_token.ml#L166
29
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' +
+ 'and as assert catch constraint downto else exception export external false for ' +
+ 'if import in include lazy let module mutable of open private rec switch ' +
32
'to true try type when while with',
33
// not reliable
34
//built_in:
0 commit comments