summaryrefslogtreecommitdiff
path: root/lisp/textmodes/css-mode.el
Commit message (Expand)AuthorAge
* Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-28
* Add more/finer faces for tree-sitterDmitry Gutov2023-02-25
* Make tree-sitter based modes optionalEli Zaretskii2023-01-20
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Add color fontification in css-ts-mode (bug#60405)Yuan Fu2022-12-29
* ; * lisp/textmodes/css-mode.el (css-ts-mode): Fix imenu setup.Yuan Fu2022-12-29
* Update tree-sitter major modes to use the new Imenu facilityYuan Fu2022-12-27
* Support treesit-defun-name in tree-sitter major modesYuan Fu2022-12-24
* Fix syntax-table for tree-sitter modesTheodor Thornhill2022-12-07
* Fix treesit-query-captureYuan Fu2022-12-05
* Add more font-lock settings to css-ts-modeTheodor Thornhill2022-11-28
* ; Fix typosStefan Kangas2022-11-23
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-21
|\
| * * lisp/textmodes/css-mode.el (css-mode-map): Prefer defvar-keymap.Stefan Kangas2022-11-04
* | Allow major modes to tweak tree-sitter fontificationYuan Fu2022-11-21
* | ; Silence byte-compiler warningsEli Zaretskii2022-11-21
* | ; * lisp/textmodes/css-mode.el (css-ts-mode): Fix typo.Yuan Fu2022-11-21
* | Add separate keymaps for js/python/css-ts-modeYuan Fu2022-11-21
* | Limit recursion level for tree-sitter imenu functionsYuan Fu2022-11-20
* | ; Improve recently-modified documentationEli Zaretskii2022-11-20
* | Expand css-ts-mode and merge it into css-modeYuan Fu2022-11-19
|/
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-23
* Recognize some more SCSS selectorsSimen Heggestøyl2022-05-15
* Don't freeze Emacs on colour codes in sccs-modeLars Ingebrigtsen2022-05-15
* Update CSS Multi-column Layout Module propertiesSimen Heggestøyl2022-05-15
* ; * lisp/textmodes/css-mode.el: Fix linkSimen Heggestøyl2022-05-15
* Update CSS Box Alignment Module propertiesSimen Heggestøyl2022-05-15
* Add `all` to CSS property listSimen Heggestøyl2022-05-15
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* * lisp/textmodes/css-mode.el: Fix typo. (Bug#51488)Imran Khan2021-10-29
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-13
* Update to CSS Flexible Box Layout Module Level 2Theodor Thornhill2021-09-03
* Update to CSS Containment Module Level 2Theodor Thornhill2021-09-03
* Update to CSS Grid Layout Module Level 2Theodor Thornhill2021-09-03
* Clean up css-property-alist for alignmentTheodor Thornhill2021-09-03
* Add CSS Box Alignment Module Level 3 to css-modeTheodor Thornhill2021-09-03
* Add selection to css-pseudo-element-idsTheodor Thornhill2021-09-03
* 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