From a214b1e7f2c227e4558e37f70f38e063438703de Mon Sep 17 00:00:00 2001 From: zongor Date: Sat, 14 Jun 2025 20:06:35 -0400 Subject: [PATCH] add more keywords --- zre-mode.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/zre-mode.el b/zre-mode.el index 5c6c7e1..c46fae5 100644 --- a/zre-mode.el +++ b/zre-mode.el @@ -16,10 +16,11 @@ ;;; (defvar zre-keywords - '("fn" "to" "in" "is" "as" "use" "if" "else" - "for" "try" "catch" "while" "do" "exit" - "return" "const" "type" "this" "yield" - "break" "mod" "not" "and" "or" "print" "let") + '("fn" "to" "in" "is" "as" "use" "if" "else" "default" + "for" "try" "catch" "while" "do" "exit" "switch" + "return" "const" "type" "this" "yield" "case" + "assert" "break" "mod" "not" "and" "or" "print" "let" + "band" "bor" "bxor" "srl" "sll") "Keywords in Zre.") (defvar zre-types