bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23135: [PATCH] Support completion of bang-rules in CSS mode


From: Stefan Monnier
Subject: bug#23135: [PATCH] Support completion of bang-rules in CSS mode
Date: Mon, 28 Mar 2016 11:16:01 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> The attached patch adds support for completing bang-rules (rules that
> start with "!") in CSS and SCSS mode.

Looks fine, thanks.

> +        (list (point) pos (append (if sassy scss-bang-ids)
> +                                  css-bang-ids))))))

This duplicates code that's already elsewhere.  Maybe we should have
a new buffer-local var to keep the (s)css-bang-ids value appropriate for
the current mode.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]