summaryrefslogtreecommitdiff
path: root/lisp/textmodes/css-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Resurrect changes omitted by a recent merge from emacs-29 (bug#59921)Eli Zaretskii2022-12-101-0/+1
* Fix treesit-query-captureYuan Fu2022-12-051-5/+0
* Add more font-lock settings to css-ts-modeTheodor Thornhill2022-11-281-3/+31
* ; Fix typosStefan Kangas2022-11-231-1/+1
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-20/+18
|\
| * * lisp/textmodes/css-mode.el (css-mode-map): Prefer defvar-keymap.Stefan Kangas2022-11-041-20/+18
* | Allow major modes to tweak tree-sitter fontificationYuan Fu2022-11-211-0/+5
* | ; Silence byte-compiler warningsEli Zaretskii2022-11-211-0/+7
* | ; * lisp/textmodes/css-mode.el (css-ts-mode): Fix typo.Yuan Fu2022-11-211-1/+1
* | Add separate keymaps for js/python/css-ts-modeYuan Fu2022-11-211-0/+3
* | Limit recursion level for tree-sitter imenu functionsYuan Fu2022-11-201-1/+2
* | ; Improve recently-modified documentationEli Zaretskii2022-11-201-1/+1
* | Expand css-ts-mode and merge it into css-modeYuan Fu2022-11-191-10/+151
|/
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-1/+1
* Recognize some more SCSS selectorsSimen Heggestøyl2022-05-151-2/+2
* Don't freeze Emacs on colour codes in sccs-modeLars Ingebrigtsen2022-05-151-21/+35
* Update CSS Multi-column Layout Module propertiesSimen Heggestøyl2022-05-151-8/+7
* ; * lisp/textmodes/css-mode.el: Fix linkSimen Heggestøyl2022-05-151-2/+2
* Update CSS Box Alignment Module propertiesSimen Heggestøyl2022-05-151-15/+15
* Add `all` to CSS property listSimen Heggestøyl2022-05-151-0/+4
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* * lisp/textmodes/css-mode.el: Fix typo. (Bug#51488)Imran Khan2021-10-291-2/+2
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-2/+2
* Update to CSS Flexible Box Layout Module Level 2Theodor Thornhill2021-09-031-2/+2
* Update to CSS Containment Module Level 2Theodor Thornhill2021-09-031-3/+4
* Update to CSS Grid Layout Module Level 2Theodor Thornhill2021-09-031-4/+4
* Clean up css-property-alist for alignmentTheodor Thornhill2021-09-031-28/+26
* Add CSS Box Alignment Module Level 3 to css-modeTheodor Thornhill2021-09-031-8/+30
* Add selection to css-pseudo-element-idsTheodor Thornhill2021-09-031-1/+1
* Include colons in the completion stringsDmitry Gutov2021-05-151-5/+8
* Add :company-kind support to css-mode completionDmitry Gutov2021-05-151-3/+8
* Convert many more links to use HTTPSStefan Kangas2021-03-241-1/+1
* Prefer defvar-local in textmodes/*.elStefan Kangas2021-01-311-6/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* css--complete-property-value: Limit the backward searchDmitry Gutov2020-10-281-1/+1
* Complete property values in multi-line CSS declarationsSimen Heggestøyl2020-10-271-1/+3
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-12/+12
* Allow CSS completion with multiple rules on one linePhilip K2020-09-071-9/+5
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-6/+3
* Add sass @use rule to css-modeTheodor Thornhill2020-08-041-1/+1
* Improved light/dark colour predicate (bug#41544)Mattias Engdegård2020-06-101-12/+2
* Allow underscores in CSS variable namesSimen Heggestøyl2020-05-101-1/+1
* Add containment module to CSS property listSimen Heggestøyl2020-05-101-0/+4
* Add writing modes module to CSS property listSimen Heggestøyl2020-05-101-2/+10
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-061-3/+3
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-1/+1
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-1/+1
* Remap `complete-symbol' in CSS modeSimen Heggestøyl2019-05-271-2/+4
* Add a menu bar menu for CSS modeSimen Heggestøyl2019-05-261-0/+12