feat(emacs): add Type0 highlight
This commit is contained in:
parent
94a825c472
commit
d09bc95eaf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue