]> git.eshelyaron.com Git - emacs.git/commit
Support completion of at-rules in SCSS mode
authorEtienne Prud'homme <e.e.f.prudhomme@gmail.com>
Fri, 1 Apr 2016 19:09:15 +0000 (15:09 -0400)
committerSimen Heggestøyl <simenheg@gmail.com>
Tue, 5 Apr 2016 21:12:11 +0000 (23:12 +0200)
commit728b1c7f139270bf0cbe93e33769d06b9903f20f
treed3f1aa06e725f82b60fa62bbc306146d1cdda1b5
parente2c117a28f767c9756d2d620929b37651dbe43d1
Support completion of at-rules in SCSS mode

lisp/textmodes/css-mode.el (scss-at-ids): New defconst holding
SCSS-specific at-rules.
(css--at-ids): New buffer-local variable holding the list of at-rules
for the current mode.
(css--complete-at-rule): Retrieve at-rules from `css--at-ids`.
(scss-mode): Set `css--at-ids'.

Copyright-paperwork-exempt: yes
lisp/textmodes/css-mode.el