summaryrefslogtreecommitdiff
path: root/lisp/treesit.el
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2022-12-161-3/+3
* Use the new tree-sitter commandsYuan Fu2022-12-151-36/+35
* ; Comment and stylistic change in treesit.elYuan Fu2022-12-131-22/+48
* ; Fix typosStefan Kangas2022-12-131-2/+2
* ; Fix typos in doc stringsEli Zaretskii2022-12-131-2/+2
* Add improved tree-sitter navigationYuan Fu2022-12-121-0/+207
* Make treesit-query-validate create a read-only bufferJostein Kjønigsen2022-12-121-1/+2
* Add customizale faces for tree-sitter explorerYuan Fu2022-12-111-3/+16
* Add recursion limit to treesit--children-covering-range-recurseYuan Fu2022-12-071-4/+11
* Improve tree-sitter fontification in edge-cases (bug#59738)Yuan Fu2022-12-071-2/+8
* Fix treesit-query-captureYuan Fu2022-12-051-6/+1
* Improve treesit-fontify-with-overrideYuan Fu2022-12-041-16/+26
* ; * lisp/treesit.el (treesit-end-of-defun): Guard against nil value.Yuan Fu2022-12-031-1/+6
* ; Fix recently added treesit documentationEli Zaretskii2022-12-011-5/+5
* Make treesit-defun-prefer-top-level more flexibleYuan Fu2022-11-301-15/+15
* Remove treesit-comment-start/end and use comment-start/end-skipYuan Fu2022-11-271-14/+4
* ; Fix recent documentation changes in treesit.elEli Zaretskii2022-11-271-11/+12
* Add treesit-font-lock-levelYuan Fu2022-11-261-13/+27
* ; Fix comment-end in treesit-simple-indent-presetsYuan Fu2022-11-251-2/+4
* ; Remove unused variable treesit-imenu-functionStefan Kangas2022-11-251-8/+0
* ; Relayout comments in treesit-font-lock-fontify-regionYuan Fu2022-11-231-28/+34
* Don't always filter out captured tree-sitter nodes outside of regionYuan Fu2022-11-231-5/+10
* More flexible tree-sitter defun navigationYuan Fu2022-11-231-12/+39
* ; Fix typosStefan Kangas2022-11-231-1/+1
* ; Remove obsolete use of inhibit-point-motion-hooksYuan Fu2022-11-221-2/+1
* ; * lisp/treesit.el (treesit-ready-p): Guard against empty buffers.Yuan Fu2022-11-221-1/+2
* Fix treesit-update-rangesYuan Fu2022-11-221-2/+13
* ; Fix treesit--children-covering-rangeYuan Fu2022-11-221-6/+8
* Fix 'treesit-max-buffer-size' and its useEli Zaretskii2022-11-221-5/+11
* treesit-font-lock-recompute-features now has two modes of operationYuan Fu2022-11-221-8/+25
* ; Fix docstrings in treesit.elYuan Fu2022-11-221-10/+8
* * lisp/treesit.el (treesit-max-buffer-size): Enlarge value.Yuan Fu2022-11-221-1/+6
* ; Fix typos in tree-sitter filesJuanma Barranquero2022-11-221-19/+18
* ; Fix typosStefan Kangas2022-11-221-4/+4
* Allow major modes to tweak tree-sitter fontificationYuan Fu2022-11-211-9/+29
* Further tweak tree-sitter fontification heuristicsYuan Fu2022-11-211-28/+33
* ; * lisp/treesit.el (treesit-parser-add-notifier): Add declaration.Eli Zaretskii2022-11-211-0/+1
* Fix tree-sitter fontification heuristicYuan Fu2022-11-211-10/+16
* Add another heuristic to speed up tree-sitter fontificationYuan Fu2022-11-201-29/+39
* Improve tree-sitter fontification on large buffersYuan Fu2022-11-201-8/+52
* ; Improve recently-modified documentationEli Zaretskii2022-11-201-9/+9
* Remove treesit-settingsYuan Fu2022-11-191-102/+32
* Fix tree-sitter comment indentation for C-like languagesYuan Fu2022-11-191-1/+41
* Change tree-sitter indent preset 'match' to count on all nodesYuan Fu2022-11-191-2/+2
* ; * lisp/treesit.el (treesit--font-lock-notifier): Add messaging.Yuan Fu2022-11-191-0/+3
* ; Elaborate on tree-sitter fontification features documentationYuan Fu2022-11-171-5/+5
* ; Add documentation for tree-sitter parser after-change notifiersYuan Fu2022-11-161-0/+5
* Add treesit-explore-modeYuan Fu2022-11-161-0/+279
* Make tree-sitter fontification automatically updateYuan Fu2022-11-151-2/+16
* Remove the contextual hack in tree-sitter fontificationYuan Fu2022-11-151-51/+0