summaryrefslogtreecommitdiff
path: root/lisp/textmodes/css-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Make a minor update to the CSS mode docstringSimen Heggestøyl2018-06-241-0/+3
* Fix shr and CSS 4 color mapsBasil L. Contovounesios2018-02-071-0/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix off-by-one error in 'css--hex-color'Simen Heggestøyl2017-12-161-1/+1
* Fix completion of colon after CSS property (Bug#29056)Simen Heggestøyl2017-11-021-0/+1
* Fix indentation bug in multi-line CSS selectorsSimen Heggestøyl2017-10-131-1/+1
* Keep eww buffer current when looking up CSS on MDNSimen Heggestøyl2017-10-011-8/+7
* Search for Syntax section when viewing MDNTom Tromey2017-09-161-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update uses of if-let and when-letMark Oteiza2017-09-121-2/+2
* Support indentation of detached Less CSS rulesetsSimen Heggestøyl2017-08-151-3/+6
* Change default CSS property faceSimen Heggestøyl2017-07-301-1/+1
* Remove `:options' from `css-electric-keys'Simen Heggestøyl2017-06-201-1/+0
* Complete CSS property values less eagerly (Bug#27392)Simen Heggestøyl2017-06-171-4/+5
* Fix highlighting of CSS selectors with double hyphensSimen Heggestøyl2017-06-111-2/+2
* Support a new CSS indentation styleSimen Heggestøyl2017-06-031-1/+4
* Expand docstring for CSS modeSimen Heggestøyl2017-05-181-2/+18
* ; 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