1
0
Fork 0
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:
Nathan Weizenbaum 2009-07-05 01:51:40 -07:00
parent 2585333c71
commit 859a35946a

View file

@ -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"