fix(emacs/lean-syntax): syntax highlight for composite names in declarations
This commit is contained in:
parent
aafdbf57f0
commit
50948be66b
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
||||||
(group (or "inductive" "theorem" "axiom" "lemma" "hypothesis" "definition" "constant"))
|
(group (or "inductive" "theorem" "axiom" "lemma" "hypothesis" "definition" "constant"))
|
||||||
word-end
|
word-end
|
||||||
(zero-or-more (or whitespace "(" "{" "["))
|
(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))
|
(2 'font-lock-function-name-face))
|
||||||
("\\(set_option\\)[ \t]*\\([^ \t\n]*\\)" (2 'font-lock-constant-face))
|
("\\(set_option\\)[ \t]*\\([^ \t\n]*\\)" (2 'font-lock-constant-face))
|
||||||
;; place holder
|
;; place holder
|
||||||
|
|
Loading…
Reference in a new issue