summaryrefslogtreecommitdiff
path: root/test/lisp/textmodes/css-mode-tests.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-21Prefer pos-bol and pos-eol in testsStefan Kangas
2022-05-15Fix warning suppression in (S)CSS mode testsSimen Heggestøyl
2022-05-15Don't freeze Emacs on colour codes in sccs-modeLars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-05-15Update CSS completion testsDmitry Gutov
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-16Use new resource directory macros in tests (Bug#43792)Stefan Kangas
2020-09-23Remove TODO to convert files to unit testsStefan Kangas
2020-09-21; * test/lisp/textmodes/css-mode-tests.el: Add TODO.Stefan Kangas
2020-09-10Convert indent test for css-mode into automatic testStefan Kangas
2020-08-27; Fix license statements.Stefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-05-29Add Imenu support to CSS mode and its derivativesSimen Heggestøyl
2018-02-09Merge from origin/emacs-26Glenn Morris
2018-02-07Fix shr and CSS 4 color mapsBasil L. Contovounesios
2018-01-28Shorten CSS hex colors when possibleSimen Heggestøyl
2018-01-28Fix off-by-one error in 'css--hex-to-rgb'Simen Heggestøyl
2018-01-21Parse percent values in CSS alpha componentsSimen Heggestøyl
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-17Add command for cycling between CSS color formatsSimen Heggestøyl
2017-12-16Fix off-by-one error in 'css--hex-color'Simen Heggestøyl
2017-09-28Add tests for `css-current-defun-name'Simen Heggestøyl
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-06-17Complete CSS property values less eagerly (Bug#27392)Simen Heggestøyl
2017-05-03Add color highlighting to css-modeTom Tromey
2017-02-11Fix bug in css--mdn-find-symbolTom Tromey
2017-01-30css-mode documentation lookup featureTom Tromey
2017-01-01Update copyright year to 2017 in masterPaul Eggert
2016-10-15Add tests for foreign completions in CSS modeSimen Heggestøyl
2016-07-06Complete "initial" and "unset" in CSS modeSimen Heggestøyl
2016-05-22Add completion of colors in CSS modeEtienne Prud’homme
2016-05-07Add tests for CSS mode completionSimen Heggestøyl
2016-04-26Add completion of `calc()' in CSS modeSimen Heggestøyl
2016-04-24Don't let `css--property-values' return duplicatesSimen Heggestøyl
2016-04-24Cache results of `css--property-values'Simen Heggestøyl
2016-03-23Support completion of attribute values in CSS modeSimen Heggestøyl