Mercurial > urweb
changeset 2141:53f91b67006c
Treat "style" as starting an expression in urweb-mode
author | Julian Squires <julian@cipht.net> |
---|---|
date | Tue, 05 May 2015 14:03:06 -0400 |
parents | 2b0f6b7ebf4f |
children | 3288e3c9948b |
files | src/elisp/urweb-defs.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/elisp/urweb-defs.el Mon May 04 16:15:01 2015 -0400 +++ b/src/elisp/urweb-defs.el Tue May 05 14:03:06 2015 -0400 @@ -108,7 +108,7 @@ "datatype" "type" "open" "include" urweb-module-head-syms "con" "map" "where" "extern" "constraint" "constraints" - "table" "sequence" "class" "cookie" "task" "policy") + "table" "sequence" "class" "cookie" "style" "task" "policy") "Symbols starting an sexp.") ;; (defconst urweb-not-arg-start-re @@ -135,7 +135,7 @@ (("case" "datatype" "if" "then" "else" "let" "open" "sig" "struct" "type" "val" "con" "constraint" "table" "sequence" "class" "cookie" - "task" "policy"))))) + "style" "task" "policy"))))) (defconst urweb-starters-indent-after (urweb-syms-re "let" "in" "struct" "sig") @@ -190,7 +190,7 @@ '("datatype" "fun" "open" "type" "val" "and" "con" "constraint" "table" "sequence" "class" "cookie" - "task" "policy")) + "style" "task" "policy")) "The starters of new expressions.") (defconst urweb-exptrail-syms