Mercurial > urweb
comparison src/elisp/urweb-mode.el @ 621:8998114760c1
"Hello world" compiles, after replacing type-level fold with map
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 21 Feb 2009 15:33:20 -0500 |
parents | f542bc3133dc |
children | 1a317a707d71 |
comparison
equal
deleted
inserted
replaced
620:d828b143e147 | 621:8998114760c1 |
---|---|
131 | 131 |
132 ;; font-lock setup | 132 ;; font-lock setup |
133 | 133 |
134 (defconst urweb-keywords-regexp | 134 (defconst urweb-keywords-regexp |
135 (urweb-syms-re "and" "case" "class" "con" "constraint" "constraints" | 135 (urweb-syms-re "and" "case" "class" "con" "constraint" "constraints" |
136 "datatype" "else" "end" "extern" "fn" "fold" | 136 "datatype" "else" "end" "extern" "fn" "map" |
137 "fun" "functor" "if" "include" | 137 "fun" "functor" "if" "include" |
138 "of" "open" "let" "in" | 138 "of" "open" "let" "in" |
139 "rec" "sequence" "sig" "signature" "cookie" | 139 "rec" "sequence" "sig" "signature" "cookie" |
140 "struct" "structure" "table" "then" "type" "val" "where" | 140 "struct" "structure" "table" "then" "type" "val" "where" |
141 "with" | 141 "with" |