summaryrefslogtreecommitdiff
path: root/test/lisp/textmodes/css-mode-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add Imenu support to CSS mode and its derivativesSimen Heggestøyl2018-05-291-1/+14
* | Merge from origin/emacs-26Glenn Morris2018-02-091-1/+1
|\ \ | |/
| * Fix shr and CSS 4 color mapsBasil L. Contovounesios2018-02-071-1/+1
* | Shorten CSS hex colors when possibleSimen Heggestøyl2018-01-281-3/+12
* | Fix off-by-one error in 'css--hex-to-rgb'Simen Heggestøyl2018-01-281-1/+3
* | Parse percent values in CSS alpha componentsSimen Heggestøyl2018-01-211-7/+9
* | 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-0/+73
|/
* Fix off-by-one error in 'css--hex-color'Simen Heggestøyl2017-12-161-0/+6
* Add tests for `css-current-defun-name'Simen Heggestøyl2017-09-281-0/+21
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Complete CSS property values less eagerly (Bug#27392)Simen Heggestøyl2017-06-171-1/+6
* Add color highlighting to css-modeTom Tromey2017-05-031-1/+45
* Fix bug in css--mdn-find-symbolTom Tromey2017-02-111-1/+2
* css-mode documentation lookup featureTom Tromey2017-01-301-0/+15
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* Add tests for foreign completions in CSS modeSimen Heggestøyl2016-10-151-1/+35
* Complete "initial" and "unset" in CSS modeSimen Heggestøyl2016-07-061-1/+2
* Add completion of colors in CSS modeEtienne Prud’homme2016-05-221-1/+1
* Add tests for CSS mode completionSimen Heggestøyl2016-05-071-10/+114
* Add completion of `calc()' in CSS modeSimen Heggestøyl2016-04-261-2/+2
* Don't let `css--property-values' return duplicatesSimen Heggestøyl2016-04-241-4/+14
* Cache results of `css--property-values'Simen Heggestøyl2016-04-241-0/+7
* Support completion of attribute values in CSS modeSimen Heggestøyl2016-03-231-0/+66