feat(emacs): add Type0 highlight

This commit is contained in:
Leonardo de Moura 2014-12-05 22:14:28 -08:00
parent 94a825c472
commit d09bc95eaf

View file

@ -129,7 +129,7 @@
word-end)
. 'font-lock-constant-face)
;; Types
(,(rx word-start (or "Prop" "Type" "Type'" "Type₊" "Type" "Type₂" "Type₃") symbol-end) . 'font-lock-type-face)
(,(rx word-start (or "Prop" "Type" "Type'" "Type₊" "Type" "Type" "Type₂" "Type₃") symbol-end) . 'font-lock-type-face)
(,(rx word-start (group "Type") ".") (1 'font-lock-type-face))
;; sorry
(,(rx word-start "sorry" word-end) . 'font-lock-warning-face)