summaryrefslogtreecommitdiff
path: root/test/lisp/textmodes/css-mode-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Fix shr and CSS 4 color mapsBasil L. Contovounesios2018-02-071-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* 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