chore(emacs): do not highlight arbitrary types

This commit is contained in:
Leonardo de Moura 2014-10-20 19:17:02 -07:00
parent 815dc9b63d
commit 92acd9affc

View file

@ -123,7 +123,7 @@
word-end) word-end)
. 'font-lock-constant-face) . 'font-lock-constant-face)
;; Types ;; Types
(,(rx word-start (or "bool" "int" "nat" "real" "Prop" "Type" "Type'" "" "") word-end) . 'font-lock-type-face) (,(rx word-start (or "Prop" "Type" "Type'" "Type₊" "Type₁" "Type₂" "Type₃") word-end) . 'font-lock-type-face)
;; sorry ;; sorry
(,(rx word-start "sorry" word-end) . 'font-lock-warning-face) (,(rx word-start "sorry" word-end) . 'font-lock-warning-face)
;; extra-keywords ;; extra-keywords