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 3e3f6c7 commit 385e516Copy full SHA for 385e516
doc/_layouts/default.html
@@ -40,7 +40,7 @@
40
'boolean': /\b(true|false)\b/g,
41
'constant': /\bnull\b/g,
42
'error': /\berror\b/g,
43
- 'special': /\b(local|function|if|then|else|import|importstr|for|in)\b/g,
+ 'special': /\b(assert|tailstrict|local|function|if|then|else|import|importstr|for|in)\b/g,
44
'number': /\b[0-9][0-9.eE]*\b/g,
45
'operator': /(\+|\*|\/)+/g,
46
};
0 commit comments