comparison src/elisp/urweb-mode.el @ 446:86c063fedc4d

Parsing 'let'
author Adam Chlipala <adamc@hcoop.net>
date Sat, 01 Nov 2008 10:47:10 -0400
parents 040edfade639
children f542bc3133dc
comparison
equal deleted inserted replaced
445:dfc8c991abd0 446:86c063fedc4d
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" "fold"
137 "fun" "functor" "if" "include" 137 "fun" "functor" "if" "include"
138 "of" "open" 138 "of" "open" "let" "in"
139 "rec" "sequence" "sig" "signature" 139 "rec" "sequence" "sig" "signature"
140 "struct" "structure" "table" "then" "type" "val" "where" 140 "struct" "structure" "table" "then" "type" "val" "where"
141 "with" 141 "with"
142 142
143 "Name" "Type" "Unit") 143 "Name" "Type" "Unit")