summaryrefslogtreecommitdiff
path: root/lisp/textmodes/css-mode.el
Commit message (Expand)AuthorAgeFilesLines
...
* ; Spelling fixesPaul Eggert2017-05-061-1/+1
* Add color highlighting to css-modeTom Tromey2017-05-031-35/+382
* Fix highlighting of short selectors in CSS modeSimen Heggestøyl2017-04-161-1/+1
* Add grid layout module to CSS property listSimen Heggestøyl2017-04-131-3/+44
* Add one more CSS pseudo-classSimen Heggestøyl2017-03-291-3/+3
* Update list of CSS pseudo-classesSimen Heggestøyl2017-03-291-5/+7
* Add `touch-action' to list of CSS propertiesSimen Heggestøyl2017-03-121-1/+5
* * lisp/textmodes/css-mode.el (css-completion-at-point): Auto-insertStefan Monnier2017-02-281-2/+15
* Fix bug in css--mdn-find-symbolTom Tromey2017-02-111-2/+4
* * lisp/textmodes/css-mode.el: Require subr-x at compile timeSimen Heggestøyl2017-02-051-1/+1
* typo fixTom Tromey2017-02-041-1/+1
* Fix indentation of multiline CSS property valuesSimen Heggestøyl2017-02-041-4/+40
* css-mode documentation lookup featureTom Tromey2017-01-301-0/+114
* 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