summaryrefslogtreecommitdiff
path: root/lisp/textmodes/css-mode.el
AgeCommit message (Expand)Author
2026-05-23Add treesit-ready-p check back to tree-sitter major modes (bug#80909)Yuan Fu
2026-03-27; * lisp/textmodes/css-mode.el: Update maintainer's email address.Eli Zaretskii
2026-03-27* lisp/textmodes/css-mode.el (css-pseudo-class-ids): Add 'has' (bug#80664).YugaEgo
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-16Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov
2025-08-18Silence byte-compile warnings when treesit is not availableJuri Linkov
2025-08-14New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov
2025-06-20Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov
2025-04-22Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton
2025-04-18Lock tree-sitter language grammars to verified versions.Juri Linkov
2025-04-13Add block-comment-start and block-comment-end to supported modesElías Gabriel Pérez
2025-04-09New command 'treesit-toggle-sexp-mode' (bug#76676).Juri Linkov
2025-03-13* lisp/textmodes/css-mode.el (css-ts-mode--outline-predicate): Improve.Juri Linkov
2025-03-02Adapt recent css-ts-mode changes to mhtml-ts-modeJuri Linkov
2025-03-02Improve treesit settings for css-ts-mode (bug#73404)Juri Linkov
2025-02-24Prefer incf to cl-incf in textmodes/*.elStefan Kangas
2025-02-17Add mhtml-ts-mode.Vincenzo Pupillo
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-30Add verified grammar version comment for tree-sitter modesYuan Fu
2024-10-14Set treesit-primary-parser for tree-sitter modesYuan Fu
2024-03-09Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-02-28Rename the newly added -ref- faces to -use-Dmitry Gutov
2023-02-25Add more/finer faces for tree-sitterDmitry Gutov
2023-01-20Make tree-sitter based modes optionalEli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-29Add color fontification in css-ts-mode (bug#60405)Yuan Fu
2022-12-29; * lisp/textmodes/css-mode.el (css-ts-mode): Fix imenu setup.Yuan Fu
2022-12-27Update tree-sitter major modes to use the new Imenu facilityYuan Fu
2022-12-24Support treesit-defun-name in tree-sitter major modesYuan Fu
2022-12-07Fix syntax-table for tree-sitter modesTheodor Thornhill
2022-12-05Fix treesit-query-captureYuan Fu
2022-11-28Add more font-lock settings to css-ts-modeTheodor Thornhill
2022-11-23; Fix typosStefan Kangas
2022-11-21Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu
2022-11-21Allow major modes to tweak tree-sitter fontificationYuan Fu
2022-11-21; Silence byte-compiler warningsEli Zaretskii
2022-11-21; * lisp/textmodes/css-mode.el (css-ts-mode): Fix typo.Yuan Fu
2022-11-21Add separate keymaps for js/python/css-ts-modeYuan Fu
2022-11-20Limit recursion level for tree-sitter imenu functionsYuan Fu
2022-11-20; Improve recently-modified documentationEli Zaretskii
2022-11-19Expand css-ts-mode and merge it into css-modeYuan Fu
2022-11-04* lisp/textmodes/css-mode.el (css-mode-map): Prefer defvar-keymap.Stefan Kangas
2022-08-23Make point-at-eol and point-at-bol obsoleteStefan Kangas
2022-05-15Recognize some more SCSS selectorsSimen Heggestøyl
2022-05-15Don't freeze Emacs on colour codes in sccs-modeLars Ingebrigtsen
2022-05-15Update CSS Multi-column Layout Module propertiesSimen Heggestøyl
2022-05-15; * lisp/textmodes/css-mode.el: Fix linkSimen Heggestøyl
2022-05-15Update CSS Box Alignment Module propertiesSimen Heggestøyl
2022-05-15Add `all` to CSS property listSimen Heggestøyl