summaryrefslogtreecommitdiff
path: root/lisp/textmodes/css-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Tune css-mode regexpPaul Eggert2019-03-271-1/+1
* Avoid recently obsolete seq-contains in css-modeBasil L. Contovounesios2019-03-271-1/+1
* 2019-03-26 regex cleanupPaul Eggert2019-03-261-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-5/+5
* | Add masking module to CSS property listSimen Heggestøyl2018-11-111-2/+36
* | Don't quote self-quoting pcase patternsMichael Heerdegen2018-10-301-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-06-261-0/+3
|\|
| * Make a minor update to the CSS mode docstringSimen Heggestøyl2018-06-241-0/+3
* | Add Imenu support to CSS mode and its derivativesSimen Heggestøyl2018-05-291-7/+59
* | Merge from origin/emacs-26Glenn Morris2018-02-091-0/+2
|\|
| * Fix shr and CSS 4 color mapsBasil L. Contovounesios2018-02-071-0/+2
* | Shorten CSS hex colors when possibleSimen Heggestøyl2018-01-281-2/+13
* | Fix off-by-one error in 'css--hex-to-rgb'Simen Heggestøyl2018-01-281-1/+1
* | Fix indentation bug with multi-line CSS valuesSimen Heggestøyl2018-01-271-1/+2
* | Parse percent values in CSS alpha componentsSimen Heggestøyl2018-01-211-5/+5
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Add command for cycling between CSS color formatsSimen Heggestøyl2017-12-171-6/+127
* | * lisp/textmodes/css-mode.el (css--hex-color): Trivial simplificationStefan Monnier2017-12-161-3/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-161-1/+1
|\|
| * Fix off-by-one error in 'css--hex-color'Simen Heggestøyl2017-12-161-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-021-0/+1
|\|
| * Fix completion of colon after CSS property (Bug#29056)Simen Heggestøyl2017-11-021-0/+1
* | Merge from origin/emacs-26Paul Eggert2017-10-201-1/+1
|\|
| * Fix indentation bug in multi-line CSS selectorsSimen Heggestøyl2017-10-131-1/+1
* | css-mode: Don't confuse variable names with class namesWilfred Hughes2017-10-201-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