mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
remove redundant font-lock-keywords
`lisp-font-lock-keywords' is identical to `lisp-font-lock-keywords1', `lisp-font-lock-keywords2' is a superset of `lisp-font-lock-keywords1'.
This commit is contained in:
parent
79f3656b3e
commit
f21ddd1b2e
@ -814,8 +814,6 @@ Honour `yas-dont-activate', which see."
|
|||||||
|
|
||||||
(defvar yas--font-lock-keywords
|
(defvar yas--font-lock-keywords
|
||||||
(append '(("^#.*$" . font-lock-comment-face))
|
(append '(("^#.*$" . font-lock-comment-face))
|
||||||
lisp-font-lock-keywords
|
|
||||||
lisp-font-lock-keywords-1
|
|
||||||
lisp-font-lock-keywords-2
|
lisp-font-lock-keywords-2
|
||||||
'(("$\\([0-9]+\\)"
|
'(("$\\([0-9]+\\)"
|
||||||
(0 font-lock-keyword-face)
|
(0 font-lock-keyword-face)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user