fix loop keyword syntax

This commit is contained in:
SimonFJ20 2024-12-17 10:24:57 +01:00
parent f90fcd431f
commit ba4861a5fb

View File

@ -154,6 +154,7 @@ function syntaxHighlight(code: string): string {
"or",
"and",
"not",
"loop",
"while",
"for",
"in",