aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/treesit.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typoTheodor Thornhill2024-07-211-1/+1
* Checkdoc fixes in treesit.elStefan Kangas2024-07-181-2/+3
* ; * lisp/treesit.el (treesit--syntax-propertize-start): Fix doc.Yuan Fu2024-06-251-3/+2
* Merge from origin/emacs-29Eli Zaretskii2024-06-081-4/+7
|\
| * Fix treesit-parse-string crash (bug#71012)Yuan Fu2024-06-011-4/+7
* | Spelling fixesPaul Eggert2024-06-041-1/+1
* | Use parser notifier to set parser rangesYuan Fu2024-06-021-30/+68
* | Improve treesit-major-mode-setup indentation setup (bug#71086)Yuan Fu2024-05-211-1/+6
* | * lisp/treesit.el (treesit-outline-search): Handle bobp specially.Juri Linkov2024-05-091-6/+12
* | Add treesit-add-font-lock-rulesYuan Fu2024-04-211-0/+48
* | ; * lisp/treesit.el (treesit-parser-changed-ranges): Declare.Eli Zaretskii2024-04-201-0/+1
* | Tree-sitter: only update range and reparse for changed rangesYuan Fu2024-04-191-57/+40
* | * lisp/emacs-lisp/lisp.el (forward-sexp-function): Set back to nil.Juri Linkov2024-04-171-1/+1
* | Add 'forward-sexp-default-function' to be used by 'treesit-forward-sexp'Juri Linkov2024-04-141-5/+15
* | Make tree-sitter thing feature public and remove obsolete functionsYuan Fu2024-04-071-87/+21
* | ; Fix doc strings of some treesit-related functionsEli Zaretskii2024-03-231-11/+10
* | Don't update ranges for the whole buffer in treesit--pre-redisplayYuan Fu2024-02-181-1/+9
* | More changes for treesitter support of outline-minor-mode (bug#68824)Juri Linkov2024-02-131-2/+2
* | Tree-sitter support for outline-minor-mode (bug#68824)Juri Linkov2024-02-121-0/+76
* | Use treesit-node-match-p in treesit-parent-whileYuan Fu2024-02-051-1/+1
* | Use treesit-node-match-p in treesit-parent-until/whileYuan Fu2024-02-041-7/+5
* | Improve treesit-forward-sexp behavior for leaf nodes (bug#68899)Yuan Fu2024-02-041-2/+10
* | Fix treesit--indent-1 regarding local parsersYuan Fu2024-01-301-13/+31
* | Fix treesit-range-rulesYuan Fu2024-01-271-3/+3
* | Support a local repo as URL in 'treesit-language-source-alist'Konstantin Kharlamov2024-01-271-12/+34
* | Merge from origin/emacs-29Eli Zaretskii2024-01-201-1/+1
|\ \ | |/
| * ; Fix typos in symbol namesStefan Kangas2024-01-141-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2024-01-061-1/+1
|\ \ | |/
| * treesit--pre-syntax-ppss: Fix args-out-of-range in internal--syntax-propertizeDmitry Gutov2024-01-021-1/+1
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-301-3/+75
|\ \ | |/
| * Revert "Fix treesit-node-field-name and friends (bug#66674)"Yuan Fu2023-12-291-2/+1
| * treesit-major-mode-setup: Use 'treesit--syntax-propertize-notifier'Dmitry Gutov2023-12-241-0/+3
| * Correctly refontify changed region in tree-sitter modes (bug#66732)Yuan Fu2023-12-231-1/+71
* | Merge from origin/emacs-29Eli Zaretskii2023-12-161-2/+3
|\ \ | |/
| * Fix treesit-default-defun-skipper (bug#66711)Yuan Fu2023-12-101-1/+1
| * Fix treesit-node-field-name and friends (bug#66674)Yuan Fu2023-12-101-1/+2
* | ; Fix typosStefan Kangas2023-12-101-1/+1
* | ; Fix make-obsolete warnings in treesit.elEli Zaretskii2023-11-191-4/+8
* | Merge from origin/emacs-29Eli Zaretskii2023-11-111-1/+1
|\ \ | |/
| * Fix treesit-simple-indent-presets docstring (bug#67007)Yuan Fu2023-11-081-1/+1
* | Mark treesit--things-around obsoleteYuan Fu2023-11-091-11/+1
* | Replace treesit--things-around with new functions (bug#66989)Yuan Fu2023-11-091-26/+28
* | Add treesit thing-at-point functionsYuan Fu2023-11-091-0/+71
* | Add treesit-node-enclosed-pYuan Fu2023-11-091-2/+38
* | Add shortdoc for treesit-node-getYuan Fu2023-11-091-0/+3
* | Merge from origin/emacs-29Michael Albinus2023-10-271-5/+7
|\ \ | |/
| * Fix the use of adaptive-fill-regexp in treesit indent presetYuan Fu2023-10-211-3/+5
| * Fix treesit-install-language-grammar (bug#66673)nverno2023-10-211-1/+1