aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/treesit.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make tree-sitter thing navigation handle nested parsersYuan Fu7 days1-130/+203
* Fix treesit-show-paren-data to match only 2 children nodes or moreJuri Linkov2026-02-231-0/+2
* ; * lisp/treesit.el (treesit-hs-find-next-block): Add guard (bug#80422).Juri Linkov2026-02-171-1/+1
* * lisp/treesit.el (treesit-hs-find-next-block): Fix infloop. (bug#80232)Elias Gabriel Perez2026-02-161-0/+2
* hideshow: Reword documentation (bug#80116)Elías Gabriel Pérez2026-01-101-3/+1
* ; Add new functions to treesit-declare-unavailable-functionsYuan Fu2026-01-051-5/+6
* ; * lisp/treesit.el (treesit-font-lock-recompute-features): Fix doc.Yuan Fu2026-01-051-6/+7
* ; * lisp/treesit.el (treesit-font-lock-level): Doc fix. (Bug#80136)Eli Zaretskii2026-01-051-1/+4
* Compile queries in treesit-f-l-recompute-features (bug#80108)Yuan Fu2026-01-011-17/+38
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* December 2025 spelling fixesPaul Eggert2025-12-261-5/+5
* Fix 'treesit-hs-block-end' and 'treesit-hs-inside-comment-p' (Bug#79934)Elías Gabriel Pérez2025-12-081-10/+24
* Use treesit-extra-load-path for more values of treesit-auto-install-grammarJuri Linkov2025-11-301-17/+23
* ; Fix byte-compiler warning in treesit.elEli Zaretskii2025-11-291-1/+2
* * lisp/cus-start.el: Make 'treesit-extra-load-path' customizable.Juri Linkov2025-11-281-10/+30
* hideshow: Rework previous changesElías Gabriel Pérez2025-11-081-9/+9
* hideshow: Rework previous changesElías Gabriel Pérez2025-11-061-2/+0
* hideshow: Rewrite 'hs-special-modes-alist'Elías Gabriel Pérez2025-11-041-7/+8
* Revert "Use cached compiled tree-sitter queries for range settings"Yuan Fu2025-10-301-1/+16
* ; Fix typos and wording of recently-modified doc stringsEli Zaretskii2025-10-301-8/+8
* Tree-sitter range language function can return nil (bug#79670)Yuan Fu2025-10-291-16/+20
* Use cached compiled tree-sitter queries for range settingsYuan Fu2025-10-291-3/+3
* ; Fix previous tree-sitter commitYuan Fu2025-10-211-1/+1
* Cache compiled tree-sitter queries (bug#79363)Yuan Fu2025-10-201-36/+102
* * lisp/treesit.el: Small fixes in navigation functions.Juri Linkov2025-10-161-1/+5
* ; Improve documentation of 'treesit-enabled-modes'Eli Zaretskii2025-09-011-5/+11
* * lisp/treesit.el (treesit-enabled-modes): Use 'add-to-list'.Juri Linkov2025-08-241-3/+3
* New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov2025-08-141-1/+27
* 'php-ts-mode' depends on 'mhtml-ts-mode' instead of JS,CSS and HTMLVincenzo Pupillo2025-08-101-10/+12
* ; * lisp/treesit.el (treesit-parser-changed-regions): Declare.Sean Whitton2025-07-091-0/+2
* Ditch the async range update in tree-sitter (bug#78402)Yuan Fu2025-07-081-20/+10
* Add a synchronous way to get parser change ranges (bug#78402)Yuan Fu2025-07-081-0/+13
* ; Fix compilation warning in docstring of new function in treesit.el.Juri Linkov2025-06-231-1/+1
* New function treesit--language-git-version-tagsPeter Oliver2025-06-231-0/+12
* Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov2025-06-201-8/+34
* Remove obsolete tree-sitter type-regexp varsYuan Fu2025-06-171-34/+0
* Add 'treesit-sexp-thing' to use instead of 'treesit-sexp-type-regexp'.Juri Linkov2025-06-121-20/+24
* Add tree-sitter version of prog-fill-reindent-defun (bug#78703)Yuan Fu2025-06-091-3/+28
* ; Create a new section for sexp functions in treesit.el.Yuan Fu2025-06-091-0/+2
* Add new tactic to treesit-navigate-thing (bug#78703)Yuan Fu2025-06-091-9/+14
* Merge from origin/emacs-30Eli Zaretskii2025-06-071-1/+4
|\
| * ; * lisp/treesit.el (treesit-beginning-of-defun): Doc fix (bug#78703).Eli Zaretskii2025-06-061-1/+4
* | Improve documentation of treesit "thing"Eli Zaretskii2025-06-051-13/+18
* | * lisp/treesit.el: New variables for 'down-list' and 'up-list'.Juri Linkov2025-05-211-4/+18
* | Improve reporting of language-grammar library ABI version mismatchEli Zaretskii2025-05-181-1/+1
* | * lisp/treesit.el (treesit-simple-imenu): Restore the previous behavior.Juri Linkov2025-05-161-2/+3
* | * lisp/treesit.el (treesit--parser-overlay-offset): New variable.Juri Linkov2025-05-121-2/+11
* | Merge from origin/emacs-30Eli Zaretskii2025-05-101-8/+6
|\ \ | |/
| * Make treesit--simple-indent-eval more permissive (bug#78065)Yuan Fu2025-05-061-8/+6
| * Handle offset in treesit--update-ranges-local (bug#77848)Yuan Fu2025-04-181-5/+11