aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/c-ts-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton11 days1-1/+1
* Use variable-use-face for assignment in c-ts-mode (bug#79623)Yuan Fu2025-12-281-3/+4
* December 2025 spelling fixesPaul Eggert2025-12-261-1/+1
* Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov2025-10-161-2/+1
* ; * lisp/progmodes/c-ts-mode.el (c-ts-mode, c++-ts-mode): Improve docstrings.Juri Linkov2025-10-151-2/+2
* Silence byte-compile warnings when treesit is not availableJuri Linkov2025-08-181-0/+1
* New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov2025-08-141-20/+11
* Fix 'c-ts-mode' indentation when the style is defined as a functionEli Zaretskii2025-06-221-4/+8
* Fix setting custom 'c++-ts-mode' indent styleEli Zaretskii2025-06-211-1/+1
* Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov2025-06-201-6/+9
* * lisp/progmodes/c-ts-mode.el (c-ts-mode-menu): Add 'bound-and-true-p'.Juri Linkov2025-06-091-1/+1
* Replace some 'treesit-query-compile' with 'treesit-query-valid-p'.Juri Linkov2025-04-221-3/+1
* Embed elixir in heex as well as elixir->heex->elixir (bug#76788).Juri Linkov2025-04-181-7/+8
* Lock tree-sitter language grammars to verified versions.Juri Linkov2025-04-181-7/+19
* New command 'treesit-toggle-sexp-mode' (bug#76676).Juri Linkov2025-04-091-1/+5
* New function treesit-parsers-at for treesit-language-at (bug#77256).Juri Linkov2025-04-081-2/+0
* Improve treesit settings for typescript/tsx-ts-mode (bug#73404)Juri Linkov2025-03-051-1/+3
* Use 'const' instead of 'symbol' in 'c-ts-mode-indent-styleRobert Pluim2025-02-131-4/+4
* Improve outline-predicate of ts-modes (bug#74448)Juri Linkov2025-02-111-8/+5
* Use treesit-query-first-valid in c-ts-modeYuan Fu2025-01-171-31/+6
* ; Move c-ts-mode keyword variables forwardYuan Fu2025-01-121-19/+19
* Add special indent rule for FOR_EACH_TAIL in c-ts-modeYuan Fu2025-01-121-0/+13
* Fix c-ts-mode indentation (bug#75442)Yuan Fu2025-01-121-1/+1
* Add newly supported keywords to c-ts-mode (bug#75226)Yuan Fu2025-01-121-10/+67
* Improve treesit list navigation support for #if/#endif (bug#73404)Juri Linkov2025-01-111-0/+8
* Use the treesit thing 'list' with symbol property 'treesit-thing-symbol'Juri Linkov2025-01-101-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Add verified grammar version comment for tree-sitter modesYuan Fu2024-12-301-1/+1
* Add treesit thing 'sexp-list' to c++-ts-mode (bug#73404)Juri Linkov2024-12-241-1/+12
* ; Update c-ts-mode and c++-ts-mode's verified revisionYuan Fu2024-12-231-2/+2
* Add known-to-work version for c/c++-ts-modeYuan Fu2024-12-201-0/+12
* Add treesit thing 'sexp-list' to some ts-modes (bug#73404)Juri Linkov2024-12-191-0/+21
* Declare tree-sitter functions with a new macroYuan Fu2024-12-121-17/+1
* ; * lisp/progmodes/c-ts-mode.el: Add missing declare-function form.Yuan Fu2024-12-111-0/+1
* Make c-ts-mode tests pass even for older tree-sitter librariesYuan Fu2024-12-101-14/+25
* ; Use cpp instead of c++ for c-ts-mode--simple-indent-rulesYuan Fu2024-12-041-3/+3
* * lisp/progmodes/c-ts-mode.el (treesit-node-match-p): Declare.Andrea Corallo2024-12-031-0/+1
* Standardize and promote c-ts-mode's custom matcher and anchorYuan Fu2024-12-011-23/+18
* Remove unused functions in c-ts-modeYuan Fu2024-12-011-211/+25
* Use new baseline indent rule in c-ts-modeYuan Fu2024-12-011-83/+279
* Improve c-ts-mode compound indents (bug#74507)Jørgen Kvalsvik2024-12-011-0/+9
* Merge from origin/emacs-30Eli Zaretskii2024-11-301-45/+46
|\
| * Fix docstring of c-ts-mode-indent-styleYuan Fu2024-11-291-4/+5
| * Allow to go back to using 'ruby-mode' after loading 'ruby-ts-mode'Eli Zaretskii2024-11-281-1/+1
| * Remove mention of treesit-defun-prefer-top-level (bug#74474)Yuan Fu2024-11-241-3/+3
* | * lisp/progmodes/c-ts-mode.el: Improve logic of outlines (bug#74448).Juri Linkov2024-11-291-3/+8
* | Merge from origin/emacs-30Eli Zaretskii2024-11-231-13/+14
|\ \ | |/
| * Fix overriding 'c-ts-mode' by 'c-mode'Eli Zaretskii2024-11-211-7/+8
| * lisp/progmodes/c-ts-mode.el: Demote loading c-ts-mode as a configurationStefan Monnier2024-11-181-6/+6
* | Merge from origin/emacs-30Eli Zaretskii2024-10-271-2/+2
|\ \ | |/