fix(src/emacs/lean-syntax.el): remove obsolete command set_opaque
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
d536475e49
commit
f98ab2a8ff
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
(zero-or-more (or whitespace "{" "["))
|
(zero-or-more (or whitespace "{" "["))
|
||||||
(group (zero-or-more (not whitespace))))
|
(group (zero-or-more (not whitespace))))
|
||||||
(2 'font-lock-function-name-face))
|
(2 'font-lock-function-name-face))
|
||||||
("\\(set_opaque\\|set_option\\)[ \t]*\\([^ \t\n]*\\)" (2 'font-lock-constant-face))
|
("\\(set_option\\)[ \t]*\\([^ \t\n]*\\)" (2 'font-lock-constant-face))
|
||||||
;; place holder
|
;; place holder
|
||||||
(,(rx symbol-start "_" symbol-end) . 'font-lock-preprocessor-face)
|
(,(rx symbol-start "_" symbol-end) . 'font-lock-preprocessor-face)
|
||||||
;; sorry
|
;; sorry
|
||||||
|
|
Loading…
Reference in a new issue