GNU bug report logs - #22211
[PATCH] Add a face for CSS/SCSS variables

Previous Next

Package: emacs;

Reported by: Simen Heggestøyl <simenheg <at> gmail.com>

Date: Sat, 19 Dec 2015 11:13:02 UTC

Severity: wishlist

Tags: patch

Done: Simen Heggestøyl <simenheg <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 22211 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Simen Heggestøyl <simenheg <at> gmail.com>
Cc: Stefan Monnier <monnier <at> IRO.UMontreal.CA>, 22211 <at> debbugs.gnu.org
Subject: Re: bug#22211: [PATCH] Add a face for CSS/SCSS variables
Date: Sun, 27 Dec 2015 19:28:08 +0100
Simen Heggestøyl <simenheg <at> gmail.com> writes:

>  (defconst css-nmchar-re (concat "\\(?:[-[:alnum:]]\\|" css-escapes-re 
> "\\)"))
> -(defconst css-nmstart-re (concat "\\(?:--\\)?\\(?:[[:alpha:]]\\|" 
> css-escapes-re "\\)"))
> +(defconst css-nmstart-re (concat "\\(?:[[:alpha:]]\\|" css-escapes-re 
> "\\)"))
>  (defconst css-ident-re ;; (concat css-nmstart-re css-nmchar-re "*")
>    ;; Apparently, "at rules" names can start with a dash, e.g. 

The patch is corrupted.  Try including it as an attachment instead.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 9 years and 191 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.