summaryrefslogtreecommitdiff
path: root/lisp/treesit.el
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'emacs-29'Stefan Monnier2023-05-101-0/+8
|\
| * Fix beginning/end-of-defun with tree-sitterEli Zaretskii2023-05-071-0/+8
* | ; * lisp/treesit.el (treesit-node-top-level): cleaner and fasterMattias Engdegård2023-05-091-2/+1
* | Fix treesit-node-top-level (bug#63374)Yuan Fu2023-05-081-1/+1
* | Fix interactive forms in some Lisp packagesEli Zaretskii2023-05-061-1/+0
* | Merge from origin/emacs-29Po Lu2023-04-281-4/+13
|\ \ | |/
| * * Makefile.in (distclean): Remove the 'native-lisp' directory.Eli Zaretskii2023-04-271-4/+13
* | Fix treesit-install-language-grammar for non-interactive callYuan Fu2023-04-191-12/+23
* | ; * lisp/treesit.el (treesit-node-top-level): Fix typo.Eli Zaretskii2023-04-151-1/+1
* | Add treesit-thing-settingsYuan Fu2023-04-141-5/+5
* | Convert PATTERN and REGEXP to PRED in tree-sitter functionsYuan Fu2023-04-141-21/+21
* | Make use of the new pred shapes in treesit.elYuan Fu2023-04-141-59/+27
* | Prompt target dir in treesit-install-language-grammar (bug#62704)Yuan Fu2023-04-121-3/+15
* | Add 'restricted' tactic in tree-sitter navigation functionsYuan Fu2023-04-121-48/+86
* | Add treesit-node-getYuan Fu2023-03-301-0/+44
* | Enable ASLR for dynamic libraries on CygwinKen Brown2023-03-271-5/+11
* | Use string-search instead of string-match[-p] when possibleMattias Engdegård2023-03-261-2/+2
* | Merge from origin/emacs-29Stefan Kangas2023-03-221-6/+7
|\ \ | |/
| * Improve docstring of treesit-parent-while (bug#62301)Yuan Fu2023-03-211-6/+6
| * * lisp/treesit.el (treesit-end-of-defun): Guard arg against nil (bug#62158).Dmitry Gutov2023-03-201-0/+1
* | Merge from origin/emacs-29Stefan Kangas2023-03-081-4/+8
|\ \ | |/
| * Fix empty line indentation in c-ts-mode (bug#61997)Yuan Fu2023-03-071-3/+6
| * Fix tree-sitter indent preset prev-line (bug#61998)Yuan Fu2023-03-071-1/+2
* | Merge from origin/emacs-29Stefan Kangas2023-03-051-3/+6
|\ \ | |/
| * Change tree-sitter indent anchor 'point-min' to 'column-0'Yuan Fu2023-03-041-3/+6
* | Merge from origin/emacs-29Stefan Kangas2023-03-021-2/+10
|\ \ | |/
| * Improve tree-sitter's prev-sibling indent anchorYuan Fu2023-03-011-2/+10
* | Merge from origin/emacs-29Stefan Kangas2023-03-021-5/+15
|\ \ | |/
| * Fix treesit-indent-regionYuan Fu2023-03-011-5/+15
* | Merge from origin/emacs-29Stefan Kangas2023-02-281-21/+67
|\ \ | |/
| * Adjust tree-sitter defun navigation (bug#61617)Yuan Fu2023-02-271-21/+52
| * New tree-sitter indent anchor standalone-parent used by c-ts-modeYuan Fu2023-02-261-0/+15
* | Merge from origin/emacs-29Stefan Kangas2023-02-251-1/+1
|\ \ | |/
| * Check the anchor along with the offset in treesit-indent-regionDaniel Martín2023-02-241-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-02-211-8/+24
|\ \ | |/
| * Improve tree-sitter indent anchor prev-adaptive-prefix (bug#61314)Yuan Fu2023-02-191-8/+24
* | Merge from origin/emacs-29Stefan Kangas2023-02-191-1/+7
|\ \ | |/
| * ; Improve documentation of 'native-comp-enable-subr-trampolines'Eli Zaretskii2023-02-191-0/+5
| * (treesit-query-validate): Fix reusing the output bufferDmitry Gutov2023-02-181-1/+2
* | Merge from origin/emacs-29Stefan Kangas2023-02-181-3/+6
|\ \ | |/
| * * lisp/treesit.el (treesit-node-at): Update docstring (bug#61529).Dmitry Gutov2023-02-171-3/+6
* | Merge from origin/emacs-29Stefan Kangas2023-02-081-30/+44
|\ \ | |/
| * * lisp/treesit.el (treesit): Fix shortdoc example form (bug#61318).Aleksandr Vityazev2023-02-061-1/+1
| * Make highlighting more regular across TS modes (bug#61205)Dmitry Gutov2023-02-051-2/+3
| * Fix installation of tree-sitter grammar on MS-WindowsEli Zaretskii2023-02-051-1/+11
| * Fix byte-compilation of *-ts-mode.el filesEli Zaretskii2023-02-051-25/+24
| * ; * lisp/treesit.el (treesit--font-lock-level-setter): Minor change.Yuan Fu2023-02-041-2/+6
* | Revert "Fix incremental build failures with tree-sitter"Eli Zaretskii2023-01-301-9/+6
* | Merge from origin/emacs-29Po Lu2023-01-301-14/+17
|\ \ | |/
| * ; Fix build and startup without tree-sitterEli Zaretskii2023-01-301-14/+17