index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
cmake-ts-mode.el
Age
Commit message (
Expand
)
Author
2026-05-23
Add treesit-ready-p check back to tree-sitter major modes (bug#80909)
Yuan Fu
2026-02-22
Fix broken `FOO-mode-indent-offset` convention
Stefan Monnier
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-11-28
Remove the cached values in tree-sitter modes (bug#79363)
Yuan Fu
2025-10-16
Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms
Juri Linkov
2025-09-21
Suffix tree-sitter cache variables with "-cached"
Roi Martin
2025-09-07
Fix font lock and indentation in cmake-ts-mode
Roi Martin
2025-08-18
Silence byte-compile warnings when treesit is not available
Juri Linkov
2025-08-14
New user option 'treesit-enabled-modes' (bug#79180)
Juri Linkov
2025-06-20
Use keyword :commit with full hashes for treesit-language-source-alist.
Juri Linkov
2025-04-18
Lock tree-sitter language grammars to verified versions.
Juri Linkov
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-30
Add verified grammar version comment for tree-sitter modes
Yuan Fu
2024-12-23
Fix cmake-ts-mode font-lock queries
Yuan Fu
2024-12-12
Declare tree-sitter functions with a new macro
Yuan Fu
2024-10-14
Set treesit-primary-parser for tree-sitter modes
Yuan Fu
2024-08-07
Fix cmake-ts-mode number fontification (Bug#72228)
Randy Taylor
2024-03-09
Add non-TS modes as extra parent of TS modes (bug#68246)
Stefan Monnier
2024-02-22
Recognize functions and macros as defuns in 'cmake-ts-mode'
Jörg Bornemann
2024-01-26
Simplify imenu setup for {cmake,dockerfile}-ts-modes
Randy Taylor
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-11-08
Fix cmake-ts-mode indentation (Bug#66845)
Randy Taylor
2023-07-29
Update CMake support due to upstream changes (bug#64922)
Vincenzo Pupillo
2023-06-13
Fix bol/bos anchors in tree-sitter :match regexps
Basil L. Contovounesios
2023-02-28
Rename the newly added -ref- faces to -use-
Dmitry Gutov
2023-02-25
Add more/finer faces for tree-sitter
Dmitry Gutov
2023-02-05
Make highlighting more regular across TS modes (bug#61205)
Dmitry Gutov
2023-01-20
Make tree-sitter based modes optional
Eli 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-12
Add cmake-ts-mode
Randy Taylor