Skip to content

Commit 385e516

Browse files
committed
Update keyword highlighting
1 parent 3e3f6c7 commit 385e516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'boolean': /\b(true|false)\b/g,
4141
'constant': /\bnull\b/g,
4242
'error': /\berror\b/g,
43-
'special': /\b(local|function|if|then|else|import|importstr|for|in)\b/g,
43+
'special': /\b(assert|tailstrict|local|function|if|then|else|import|importstr|for|in)\b/g,
4444
'number': /\b[0-9][0-9.eE]*\b/g,
4545
'operator': /(\+|\*|\/)+/g,
4646
};

0 commit comments

Comments
 (0)