summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cmake-ts-mode.el
AgeCommit message (Expand)Author
2026-05-23Add treesit-ready-p check back to tree-sitter major modes (bug#80909)Yuan Fu
2026-02-22Fix broken `FOO-mode-indent-offset` conventionStefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-28Remove the cached values in tree-sitter modes (bug#79363)Yuan Fu
2025-10-16Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov
2025-09-21Suffix tree-sitter cache variables with "-cached"Roi Martin
2025-09-07Fix font lock and indentation in cmake-ts-modeRoi Martin
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-18Lock tree-sitter language grammars to verified versions.Juri Linkov
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-30Add verified grammar version comment for tree-sitter modesYuan Fu
2024-12-23Fix cmake-ts-mode font-lock queriesYuan Fu
2024-12-12Declare tree-sitter functions with a new macroYuan Fu
2024-10-14Set treesit-primary-parser for tree-sitter modesYuan Fu
2024-08-07Fix cmake-ts-mode number fontification (Bug#72228)Randy Taylor
2024-03-09Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier
2024-02-22Recognize functions and macros as defuns in 'cmake-ts-mode'Jörg Bornemann
2024-01-26Simplify imenu setup for {cmake,dockerfile}-ts-modesRandy Taylor
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-08Fix cmake-ts-mode indentation (Bug#66845)Randy Taylor
2023-07-29Update CMake support due to upstream changes (bug#64922)Vincenzo Pupillo
2023-06-13Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios
2023-02-28Rename the newly added -ref- faces to -use-Dmitry Gutov
2023-02-25Add more/finer faces for tree-sitterDmitry Gutov
2023-02-05Make highlighting more regular across TS modes (bug#61205)Dmitry Gutov
2023-01-20Make tree-sitter based modes optionalEli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-14; * lisp/progmodes/cmake-ts-mode.el (auto-mode-alist): $ -> \'Mattias Engdegård
2022-12-12Add cmake-ts-modeRandy Taylor