summaryrefslogtreecommitdiff
path: root/src/treesit.c
Commit message (Expand)AuthorAgeFilesLines
* ; Fix recent treesit-related changesEli Zaretskii2022-12-311-5/+5
* Show tree-sitter query source when signaling query errorYuan Fu2022-12-301-4/+7
* Add treesit-language-abi-versionYuan Fu2022-12-301-4/+27
* Avoid assertion violations in treesit.c with --enable-checkingEli Zaretskii2022-12-291-4/+3
* Call tree-sitter parser notifier on the first parseYuan Fu2022-12-281-9/+19
* Fix tree-sitter parser notifier recursionYuan Fu2022-12-281-5/+14
* Add a new tree-sitter query predicate 'pred'Yuan Fu2022-12-261-12/+45
* Add maintainer stub for tree-sitter filesYuan Fu2022-12-261-0/+2
* ; Add treesit_recursion_limitYuan Fu2022-12-241-3/+8
* Fix treesit_cursor_helper (bug#60267)Yuan Fu2022-12-241-53/+76
* Fix MS-Windows build broken by recent treesit.c changesEli Zaretskii2022-12-181-4/+8
* Use cursor API in treesit-node-parentYuan Fu2022-12-171-6/+13
* Switch to use cursor API in treesit.cYuan Fu2022-12-171-125/+187
* Add treesit_assume_true and treesit_cursor_helperYuan Fu2022-12-171-0/+67
* Make indirect buffers use tree-sitter parsers of their base bufferYuan Fu2022-12-091-17/+44
* Improve parameter checking in tree-sitter functionsYuan Fu2022-12-071-19/+31
* ; Minor cleanup in treesit.cEli Zaretskii2022-12-061-6/+4
* Fix treesit-query-captureYuan Fu2022-12-051-4/+7
* Reparse tree-sitter tree when buffer restriction changesYuan Fu2022-11-281-6/+20
* ; * src/treesit.c (Ftreesit_parser_included_ranges): Doc fix.Eli Zaretskii2022-11-271-2/+2
* ; Fix typo (Bug#59634)Stefan Kangas2022-11-271-2/+2
* ; * src/treesit.c (Ftreesit_induce_sparse_tree): Doc fix.Eli Zaretskii2022-11-271-1/+1
* Add default limit for tree-sitter recursive tree-traversing functionYuan Fu2022-11-261-28/+27
* ; * src/treesit.c: Fix typos and wording in comments.Eli Zaretskii2022-11-261-25/+25
* Fix tree-sitter assertion error (bug#59574)Yuan Fu2022-11-251-9/+15
* Rename treesit_ensure_position_synced to treesit_sync_visible_regionYuan Fu2022-11-251-13/+14
* ; Add comments in treesit.c and treesit.hYuan Fu2022-11-251-4/+45
* Avoid assertion violations in treesit.c when editing non-ASCIIEli Zaretskii2022-11-241-2/+2
* ; * src/treesit.c (treesit_predicate_match): Move use below check.Yuan Fu2022-11-231-2/+3
* ; * src/treesit.c: Minor comment improvement.Yuan Fu2022-11-231-1/+2
* ; Fix typosStefan Kangas2022-11-231-2/+2
* Fix 'treesit-max-buffer-size' and its useEli Zaretskii2022-11-221-3/+3
* ; Fix comparisons in treesit.cEli Zaretskii2022-11-221-2/+2
* ; Fix typosStefan Kangas2022-11-221-5/+5
* ; * src/treesit.c (treesit_load_language): Move call to eassume.Yuan Fu2022-11-211-3/+1
* ; Repair build without tree-sitterMattias EngdegÄrd2022-11-211-2/+2
* * src/treesit.c (treesit_load_language): Fix uninitialized uses.Po Lu2022-11-211-1/+6
* Avoid usage of intern_c_string in treesit.cPo Lu2022-11-211-4/+8
* Stylistic fixes to treesit.cPo Lu2022-11-211-6/+6
* Fix documentation of recent treesit changesEli Zaretskii2022-11-171-5/+5
* Fix treesit-search-forward not matching leaf nodesYuan Fu2022-11-161-0/+9
* Allow checking for outdated nodes in tree-sitterYuan Fu2022-11-161-3/+12
* ; Add documentation for tree-sitter parser after-change notifiersYuan Fu2022-11-161-3/+11
* ; * src/treesit.c: Minor stylistic changes.Yuan Fu2022-11-151-13/+8
* Fix the MS-Windows build due to use of a new TS functionEli Zaretskii2022-11-151-4/+5
* Allow tree-sitter to notify parse-tree changesYuan Fu2022-11-151-1/+85
* Extract out treesit_make_rangesYuan Fu2022-11-151-17/+27
* Remove feature that checks whether tree-sitter node "has changes"Yuan Fu2022-11-141-8/+2
* Fix crash on MS-Windows due to memory-allocation problem in treesit.cEli Zaretskii2022-11-131-2/+2
* ; Fix docstring graph alignment in Ftreesit_search_forwardYuan Fu2022-11-101-4/+4