feat(emacs): highlight Type'
This commit is contained in:
parent
5bd8e9d141
commit
9a75298892
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
|||
word-end)
|
||||
. 'font-lock-constant-face)
|
||||
;; Types
|
||||
(,(rx word-start (or "bool" "int" "nat" "real" "Prop" "Type" "ℕ" "ℤ") word-end) . 'font-lock-type-face)
|
||||
(,(rx word-start (or "bool" "int" "nat" "real" "Prop" "Type" "Type'" "ℕ" "ℤ") word-end) . 'font-lock-type-face)
|
||||
;; sorry
|
||||
(,(rx word-start "sorry" word-end) . 'font-lock-warning-face)
|
||||
;; extra-keywords
|
||||
|
|
Loading…
Reference in a new issue