summaryrefslogtreecommitdiff
path: root/lisp/textmodes/css-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Treat ":root" as a css-selectorTom Tromey2017-01-171-0/+2
* Fix comment in css-mode.elTom Tromey2017-01-161-1/+0
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Add will change module to CSS property listSimen Heggestøyl2016-11-261-2/+8
* | Support completion of classes and IDs in CSS modeSimen Heggestøyl2016-09-241-7/+36
* | Add "supports" to list of CSS at-rulesSimen Heggestøyl2016-08-261-1/+1
* | Complete "initial" and "unset" in CSS modeSimen Heggestøyl2016-07-061-1/+2
* | Add completion of colors in CSS modeEtienne Prud’homme2016-05-221-3/+32
* | Support completion of HTML tags in CSS selectorsSimen Heggestøyl2016-05-051-3/+31
* | Add completion of `calc()' in CSS modeSimen Heggestøyl2016-04-261-10/+15
* | Don't let `css--property-values' return duplicatesSimen Heggestøyl2016-04-241-7/+8
* | Cache results of `css--property-values'Simen Heggestøyl2016-04-241-7/+9
* | Add "keyframes" to list of CSS at-rulesSimen Heggestøyl2016-04-201-1/+2
* | Support completion of at-rules in SCSS modeEtienne Prud'homme2016-04-051-1/+12
* | Support completion of bang-rules in CSS modeSimen Heggestøyl2016-03-311-6/+19
* | Support completion of attribute values in CSS modeSimen Heggestøyl2016-03-231-76/+462
* | Declare $ as an expression prefix in SCSSSimen Heggestøyl2016-02-291-0/+2
* | Revert "Declare $ as an expression prefix in SCSS"Lars Ingebrigtsen2016-02-291-2/+0
* | Declare $ as an expression prefix in SCSSSimen2016-02-291-0/+2
* | Add column layout module to CSS property listSimen Heggestøyl2016-02-161-0/+9
* | Add fragmentation module to CSS property listSimen Heggestøyl2016-02-141-2/+7
|/
* Highlight two additional SCSS keywordsSimen Heggestøyl2016-02-011-2/+10
* Highlight CSS variables with variable name faceSimen Heggestøyl2016-01-301-1/+3
* Disallow parenthesis in non-pseudo CSS selectorsSimen Heggestøyl2016-01-141-5/+5
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* set :safe on css-indent-offsetTom Tromey2015-12-281-1/+2
* Highlight CSS variable definitionsSimen Heggestøyl2015-10-071-1/+1
* Add overflow module to CSS property listSimen Heggestøyl2015-09-191-2/+6
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Fix indentation rule in css-modeSimen Heggestøyl2015-08-281-1/+1
* Handle comments inside unquoted URIs in css-modeSimen Heggestøyl2015-08-221-1/+19
* css-mode.el: Support multi-line comment fillingSimen Heggestøyl2015-04-181-3/+20
* css-mode.el: Add "not" pseudo-classSimen Heggestøyl2015-04-091-1/+1
* css-mode.el (css-smie-rules): Fix indentation after complex selectorsStefan Monnier2015-04-091-0/+4
* Derive `css-mode' from `prog-mode'Simen Heggestøyl2015-03-311-2/+1
* Spelling and wording fixesPaul Eggert2015-03-171-1/+1
* Update CSS property listSimen Heggestøyl2015-03-171-113/+97
* Add support for completion in `css-mode'Simen Heggestøyl2015-03-171-2/+43
* Discriminate between pseudo-classes and -elementsSimen Heggestøyl2015-03-171-5/+17
* Fixes: debbugs:19815Simen Heggestøyl2015-02-091-2/+2
* * lisp/textmodes/css-mode.el: Handle hyphenated varsSimen Heggestøyl2015-02-051-1/+1
* * lisp/textmodes/css-mode.el: Handle variable interpolationSimen Heggestøyl2015-02-051-2/+7
* * lisp/textmodes/css-mode.el (scss-mode): Fix typo.Simen Heggestøyl2015-01-011-2/+2
* * lisp/textmodes/css-mode.el (scss-mode): New major-mode.Stefan Monnier2014-10-201-11/+68
* lisp/textmodes/css-mode.el: Fix typo in comment.Juanma Barranquero2014-03-161-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/textmodes/css-mode.el (css-smie-rules): Fix indentation.Stefan Monnier2013-10-071-7/+3
* * lisp/textmodes/css-mode.el (css-smie-rules): Toplevel's a list.Stefan Monnier2013-10-041-0/+1
* * lisp/textmodes/css-mode.el: Use SMIE.Stefan Monnier2013-08-291-127/+45