chore(emacs): do not highlight arbitrary types
This commit is contained in:
parent
815dc9b63d
commit
92acd9affc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue