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

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

[debbugs-tracker] bug#13425: closed (new css-mode indenter)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13425: closed (new css-mode indenter)
Date: Sat, 04 Feb 2017 19:32:02 +0000

Your message dated Sat, 04 Feb 2017 20:31:11 +0100
with message-id <address@hidden>
and subject line Re: bug#13425: close this bug?
has caused the debbugs.gnu.org bug report #13425,
regarding new css-mode indenter
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13425: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13425
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: new css-mode indenter Date: Sun, 13 Jan 2013 07:43:31 +0000
I've written a new indenter for CSS, which fixes issues with mulitline statements following a colon, and comments: 

body {
    color: #333;
    font: 15px "Helvetica Neue",
        Helvetica,
        Arial, 
        "Nimbus Sans L",
        sans-serif;
    font-weight: 300;
    line-height: 1.625;
    a { /* It also handles SCSS */
        font: 15px "Helvetica Neue",
            Helvetica,
            Arial, 
            "Nimbus Sans L",
            sans-serif;
        /* Some comment */
    }
    /* Some comment at the end of a block */
}

I wondered whether this functionality could be integrated into Emacs.
https://github.com/sabof/es-css-mode
https://github.com/sabof/es-lib (it takes some functions from it)

Evgeni


--- End Message ---
--- Begin Message --- Subject: Re: bug#13425: close this bug? Date: Sat, 04 Feb 2017 20:31:11 +0100
Good, I've installed the patch as f6ff7bb1fcd062fe. It should cover
the mentioned test cases.

I'm closing this bug since the current CSS indenter now handles
multiline property values better.

Evgeni, I'm sorry that your report had to sit around for so
long. Thank you for prodding us to improve the indentation engine in
this regard!

-- Simen



--- End Message ---

reply via email to

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