From ba4861a5fb8cef7e5f85d22015dc94aeaa923741 Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Tue, 17 Dec 2024 10:24:57 +0100 Subject: [PATCH] fix loop keyword syntax --- web/public/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/public/src/index.ts b/web/public/src/index.ts index a5d9cd4..11e8227 100644 --- a/web/public/src/index.ts +++ b/web/public/src/index.ts @@ -154,6 +154,7 @@ function syntaxHighlight(code: string): string { "or", "and", "not", + "loop", "while", "for", "in",