mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Emacs] Fix Sass variable parsing.
This commit is contained in:
parent
2585333c71
commit
859a35946a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ text nested beneath them.")
|
|||
|
||||
(defconst sass-script-font-lock-keywords
|
||||
`(("\"\\([^\"\\\\]\\|\\\\.\\)*\"" 0 font-lock-string-face)
|
||||
("!\\w+" 0 font-lock-variable-name-face)
|
||||
("!\\(\\w\\|_\\)+" 0 font-lock-variable-name-face)
|
||||
("#[0-9a-fA-F]\\{0,6\\}" 0 font-lock-preprocessor-face)
|
||||
(,(regexp-opt
|
||||
'("true" "false" "black" "silver" "gray" "white" "maroon" "red"
|
||||
|
|
Loading…
Add table
Reference in a new issue