mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-08 08:43:52 -08:00
* lisp/textmodes/conf-mode.el (conf-font-lock-keywords): Minor tweak (Bug#7712).
Use single quote instead of unused backquote.
This commit is contained in:
parent
6e457cc94c
commit
5ae0867f43
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ not align (only setting space according to `conf-assignment-space')."
|
|||
|
||||
|
||||
(defvar conf-font-lock-keywords
|
||||
`(;; [section] (do this first because it may look like a parameter)
|
||||
'(;; [section] (do this first because it may look like a parameter)
|
||||
("^[ \t]*\\[\\(.+\\)\\]" 1 'font-lock-type-face)
|
||||
;; var=val or var[index]=val
|
||||
("^[ \t]*\\(.+?\\)\\(?:\\[\\(.*?\\)\\]\\)?[ \t]*="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue