fix(emacs/lean-syntax): syntax highlight for declarations with explicit universes
This commit is contained in:
parent
5c1d5133dd
commit
ab90a350b3
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
(group (or "inductive" "theorem" "axiom" "lemma" "hypothesis" "definition" "constant"))
|
||||
word-end
|
||||
(zero-or-more (or whitespace "(" "{" "["))
|
||||
(group (zero-or-more (not (any " \t\n\r")))))
|
||||
(group (zero-or-more (not (any " \t\n\r\.")))))
|
||||
(2 'font-lock-function-name-face))
|
||||
("\\(set_option\\)[ \t]*\\([^ \t\n]*\\)" (2 'font-lock-constant-face))
|
||||
;; place holder
|
||||
|
|
Loading…
Reference in a new issue