mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Emacs] Properly highlight Sass stuff with underscores.
This commit is contained in:
parent
1c88719ead
commit
e1817a03bf
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ text nested beneath them.")
|
||||||
(defconst sass-syntax-table
|
(defconst sass-syntax-table
|
||||||
(let ((st (make-syntax-table)))
|
(let ((st (make-syntax-table)))
|
||||||
(modify-syntax-entry ?- "w" st)
|
(modify-syntax-entry ?- "w" st)
|
||||||
|
(modify-syntax-entry ?_ "w" st)
|
||||||
st))
|
st))
|
||||||
|
|
||||||
(defconst sass-script-syntax-table
|
(defconst sass-script-syntax-table
|
||||||
|
|
Loading…
Add table
Reference in a new issue