summaryrefslogtreecommitdiff
path: root/test/lisp/textmodes/css-mode-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Prefer pos-bol and pos-eol in testsStefan Kangas2022-08-211-4/+4
* Fix warning suppression in (S)CSS mode testsSimen Heggestøyl2022-05-151-2/+2
* Don't freeze Emacs on colour codes in sccs-modeLars Ingebrigtsen2022-05-151-0/+69
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update CSS completion testsDmitry Gutov2021-05-151-6/+6
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use new resource directory macros in tests (Bug#43792)Stefan Kangas2020-10-161-8/+2
* Remove TODO to convert files to unit testsStefan Kangas2020-09-231-2/+0
* ; * test/lisp/textmodes/css-mode-tests.el: Add TODO.Stefan Kangas2020-09-211-0/+2
* Convert indent test for css-mode into automatic testStefan Kangas2020-09-101-0/+14
* ; Fix license statements.Stefan Kangas2020-08-271-3/+5
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* 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