mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
fix font-lock-keywords syntax
The syntax is (MATCHER . FACENAME) (note the dot).
This commit is contained in:
parent
d963c41a14
commit
79f3656b3e
@ -823,8 +823,8 @@ Honour `yas-dont-activate', which see."
|
||||
("${\\([0-9]+\\):?"
|
||||
(0 font-lock-keyword-face)
|
||||
(1 font-lock-warning-face t))
|
||||
("${" font-lock-keyword-face)
|
||||
("$[0-9]+?" font-lock-preprocessor-face)
|
||||
("${" . font-lock-keyword-face)
|
||||
("$[0-9]+?" . font-lock-preprocessor-face)
|
||||
("\\(\\$(\\)" 1 font-lock-preprocessor-face)
|
||||
("}"
|
||||
(0 font-lock-keyword-face)))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user