mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Change default CSS property face
* lisp/textmodes/css-mode.el (css-property): Inherit from `font-lock-keyword-face' instead of `font-lock-variable-name-face' to distinguish CSS properties from variables.
This commit is contained in:
parent
6f6639d6ed
commit
4219240e1d
1 changed files with 1 additions and 1 deletions
|
|
@ -835,7 +835,7 @@ cannot be completed sensibly: `custom-ident',
|
|||
(defface css-selector '((t :inherit font-lock-function-name-face))
|
||||
"Face to use for selectors."
|
||||
:group 'css)
|
||||
(defface css-property '((t :inherit font-lock-variable-name-face))
|
||||
(defface css-property '((t :inherit font-lock-keyword-face))
|
||||
"Face to use for properties."
|
||||
:group 'css)
|
||||
(defface css-proprietary-property '((t :inherit (css-property italic)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue