Skip to content

Commit 2835a28

Browse files
committed
Added case/switch as keywords
1 parent 2770585 commit 2835a28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

emacs/monkey.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
(defvar monkey-keywords
3030
'(
31+
"case"
3132
"else"
3233
"fn"
3334
"for"
@@ -37,6 +38,7 @@
3738
"in"
3839
"let"
3940
"return"
41+
"switch"
4042
))
4143

4244
;; The language-core and functions from the standard-library.

0 commit comments

Comments
 (0)