summaryrefslogtreecommitdiff
path: root/lisp/treesit.el
Commit message (Expand)AuthorAge
* * lisp/treesit.el (treesit-outline-search): Handle bobp specially.Juri Linkov11 days
* Add treesit-add-font-lock-rulesYuan Fu2024-04-21
* ; * lisp/treesit.el (treesit-parser-changed-ranges): Declare.Eli Zaretskii2024-04-20
* Tree-sitter: only update range and reparse for changed rangesYuan Fu2024-04-19
* * lisp/emacs-lisp/lisp.el (forward-sexp-function): Set back to nil.Juri Linkov2024-04-17
* Add 'forward-sexp-default-function' to be used by 'treesit-forward-sexp'Juri Linkov2024-04-14
* Make tree-sitter thing feature public and remove obsolete functionsYuan Fu2024-04-07
* ; Fix doc strings of some treesit-related functionsEli Zaretskii2024-03-23
* Don't update ranges for the whole buffer in treesit--pre-redisplayYuan Fu2024-02-18
* More changes for treesitter support of outline-minor-mode (bug#68824)Juri Linkov2024-02-13
* Tree-sitter support for outline-minor-mode (bug#68824)Juri Linkov2024-02-12
* Use treesit-node-match-p in treesit-parent-whileYuan Fu2024-02-05
* Use treesit-node-match-p in treesit-parent-until/whileYuan Fu2024-02-04
* Improve treesit-forward-sexp behavior for leaf nodes (bug#68899)Yuan Fu2024-02-04
* Fix treesit--indent-1 regarding local parsersYuan Fu2024-01-30
* Fix treesit-range-rulesYuan Fu2024-01-27
* Support a local repo as URL in 'treesit-language-source-alist'Konstantin Kharlamov2024-01-27
* Merge from origin/emacs-29Eli Zaretskii2024-01-20
|\
| * ; Fix typos in symbol namesStefan Kangas2024-01-14
* | Merge from origin/emacs-29Eli Zaretskii2024-01-06
|\|
| * treesit--pre-syntax-ppss: Fix args-out-of-range in internal--syntax-propertizeDmitry Gutov2024-01-02
* | Merge from savannah/emacs-29Po Lu2024-01-02
|\|
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Merge from origin/emacs-29Eli Zaretskii2023-12-30
|\|
| * Revert "Fix treesit-node-field-name and friends (bug#66674)"Yuan Fu2023-12-29
| * treesit-major-mode-setup: Use 'treesit--syntax-propertize-notifier'Dmitry Gutov2023-12-24
| * Correctly refontify changed region in tree-sitter modes (bug#66732)Yuan Fu2023-12-23
* | Merge from origin/emacs-29Eli Zaretskii2023-12-16
|\|
| * Fix treesit-default-defun-skipper (bug#66711)Yuan Fu2023-12-10
| * Fix treesit-node-field-name and friends (bug#66674)Yuan Fu2023-12-10
* | ; Fix typosStefan Kangas2023-12-10
* | ; Fix make-obsolete warnings in treesit.elEli Zaretskii2023-11-19
* | Merge from origin/emacs-29Eli Zaretskii2023-11-11
|\|
| * Fix treesit-simple-indent-presets docstring (bug#67007)Yuan Fu2023-11-08
* | Mark treesit--things-around obsoleteYuan Fu2023-11-09
* | Replace treesit--things-around with new functions (bug#66989)Yuan Fu2023-11-09
* | Add treesit thing-at-point functionsYuan Fu2023-11-09
* | Add treesit-node-enclosed-pYuan Fu2023-11-09
* | Add shortdoc for treesit-node-getYuan Fu2023-11-09
* | Merge from origin/emacs-29Michael Albinus2023-10-27
|\|
| * Fix the use of adaptive-fill-regexp in treesit indent presetYuan Fu2023-10-21
| * Fix treesit-install-language-grammar (bug#66673)nverno2023-10-21
| * Fix treesit-explore-mode (bug#66431)Yuan Fu2023-10-21
| * Don't call font-lock-mode in treesit-major-mode-setup (bug#66223)Yuan Fu2023-10-08
* | Documentation for treesit-font-lock-rules changeYuan Fu2023-10-21
* | * lisp/treesit.el: Don't require `cl-seq` directlyStefan Monnier2023-10-21
* | New keyword :default-language in treesit-font-lock-rules function.Huan Nguyen2023-10-20
* | Merge from origin/emacs-29Michael Albinus2023-10-13
|\|
| * Fix treesit-query-validate for string input (bug#66400)nverno2023-10-08
| * ; * lisp/treesit.el (treesit-language-at-point-function): Fix doc.Yuan Fu2023-10-07