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: Simen Heggestøyl
Subject: bug#23135: [PATCH] Support completion of bang-rules in CSS mode
Date: Wed, 30 Mar 2016 18:33:33 +0200

On Mon, Mar 28, 2016 at 5:16 PM, Stefan Monnier <monnier@IRO.UMontreal.CA> wrote:
+ (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.

Something like this?

-- Simen

Attachment: 0001-Support-completion-of-bang-rules-in-CSS-mode.patch
Description: Text Data


reply via email to

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