diff options
Diffstat (limited to 'src/elisp')
-rw-r--r-- | src/elisp/urweb-move.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/elisp/urweb-move.el b/src/elisp/urweb-move.el index 55c6bce6..08cd19e2 100644 --- a/src/elisp/urweb-move.el +++ b/src/elisp/urweb-move.el @@ -81,11 +81,12 @@ (defconst urweb-syntax-prec (urweb-preproc-alist - `(((";" ",") . 20) + `(("," . 20) (("=>" "d=" "=of") . (65 . 40)) ("|" . (47 . 30)) (("case" "of" "fn") . 45) (("if" "then" "else" ) . 50) + (";" . 53) (("<-") . 55) ("||" . 70) ("&&" . 80) |