summaryrefslogtreecommitdiff
path: root/lisp/textmodes/css-mode.el
Commit message (Expand)AuthorAge
* Include colons in the completion stringsDmitry Gutov2021-05-15
* Add :company-kind support to css-mode completionDmitry Gutov2021-05-15
* Convert many more links to use HTTPSStefan Kangas2021-03-24
* Prefer defvar-local in textmodes/*.elStefan Kangas2021-01-31
* Update copyright year to 2021Paul Eggert2021-01-01
* css--complete-property-value: Limit the backward searchDmitry Gutov2020-10-28
* Complete property values in multi-line CSS declarationsSimen Heggestøyl2020-10-27
* ; Prefer https to http in many URLsStefan Kangas2020-10-01
* Allow CSS completion with multiple rules on one linePhilip K2020-09-07
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-06
* Add sass @use rule to css-modeTheodor Thornhill2020-08-04
* Improved light/dark colour predicate (bug#41544)Mattias Engdegård2020-06-10
* Allow underscores in CSS variable namesSimen Heggestøyl2020-05-10
* Add containment module to CSS property listSimen Heggestøyl2020-05-10
* Add writing modes module to CSS property listSimen Heggestøyl2020-05-10
* Update copyright year to 2020Paul Eggert2020-01-01
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-06
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-26
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-26
* Remap `complete-symbol' in CSS modeSimen Heggestøyl2019-05-27
* Add a menu bar menu for CSS modeSimen Heggestøyl2019-05-26
* Tune css-mode regexpPaul Eggert2019-03-27
* Avoid recently obsolete seq-contains in css-modeBasil L. Contovounesios2019-03-27
* 2019-03-26 regex cleanupPaul Eggert2019-03-26
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
* | Add masking module to CSS property listSimen Heggestøyl2018-11-11
* | Don't quote self-quoting pcase patternsMichael Heerdegen2018-10-30
* | Merge from origin/emacs-26Glenn Morris2018-06-26
|\|
| * Make a minor update to the CSS mode docstringSimen Heggestøyl2018-06-24
* | Add Imenu support to CSS mode and its derivativesSimen Heggestøyl2018-05-29
* | Merge from origin/emacs-26Glenn Morris2018-02-09
|\|
| * Fix shr and CSS 4 color mapsBasil L. Contovounesios2018-02-07
* | Shorten CSS hex colors when possibleSimen Heggestøyl2018-01-28
* | Fix off-by-one error in 'css--hex-to-rgb'Simen Heggestøyl2018-01-28
* | Fix indentation bug with multi-line CSS valuesSimen Heggestøyl2018-01-27
* | Parse percent values in CSS alpha componentsSimen Heggestøyl2018-01-21
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Add command for cycling between CSS color formatsSimen Heggestøyl2017-12-17
* | * lisp/textmodes/css-mode.el (css--hex-color): Trivial simplificationStefan Monnier2017-12-16
* | Merge from origin/emacs-26Glenn Morris2017-12-16
|\|
| * Fix off-by-one error in 'css--hex-color'Simen Heggestøyl2017-12-16
* | Merge from origin/emacs-26Paul Eggert2017-11-02
|\|
| * Fix completion of colon after CSS property (Bug#29056)Simen Heggestøyl2017-11-02
* | Merge from origin/emacs-26Paul Eggert2017-10-20
|\|
| * Fix indentation bug in multi-line CSS selectorsSimen Heggestøyl2017-10-13
* | css-mode: Don't confuse variable names with class namesWilfred Hughes2017-10-20
|/
* Keep eww buffer current when looking up CSS on MDNSimen Heggestøyl2017-10-01