aboutsummaryrefslogtreecommitdiffstats
path: root/src/treesit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make tree-sitter node type match case-sensitiveYuan Fu2022-11-091-7/+5
* Fix treesit-parser-set-included-rangesYuan Fu2022-11-031-6/+18
* ; * src/treesit.c: Minor comment change.Yuan Fu2022-11-031-0/+1
* More style fixes to tree-sitter codePo Lu2022-11-031-1/+2
* Minor fixes to last tree-sitter changePo Lu2022-11-031-9/+10
* Stylistic changes to tree-sitter codePo Lu2022-11-031-169/+217
* Check for outdated tree-sitter node when printingYuan Fu2022-11-021-2/+7
* ; Explain the BEG and END argument in treesit-query-capture betterYuan Fu2022-10-311-2/+4
* ; Fix typos and formatting in treesit.[ch]Stefan Kangas2022-10-271-25/+25
* ; * src/treesit.c: Fix typos.Stefan Kangas2022-10-271-2/+2
* * src/treesit.c (treesit_search_dfs): Fix traverse algorithm.Yuan Fu2022-10-251-1/+2
* ; * src/treesit.c (treesit_search_forward): Fix comment.Yuan Fu2022-10-251-1/+1
* * src/treesit.c (treesit_search_forward): Fix traverses algorithm.Yuan Fu2022-10-251-1/+1
* Make treesit-node-child and fiends accept negative indexYuan Fu2022-10-231-9/+36
* Change function signiture of treesit search functionsYuan Fu2022-10-231-4/+4
* ; Resolve FIXME's in tree-sitter manual sectionsYuan Fu2022-10-231-11/+12
* Fix infinite loop in treesit-search-forward-gotoYuan Fu2022-10-221-37/+71
* ; Fix typos in treesit.cDaniel Martín2022-10-181-2/+2
* Change free to xfree in treesit.elYuan Fu2022-10-171-1/+1
* Change malloc to xmalloc in treesit.cYuan Fu2022-10-171-2/+1
* Fix casts to uint32_t in treesit.cYuan Fu2022-10-171-10/+37
* Simplify error reported by loading tree-sitter language definitionYuan Fu2022-10-171-4/+4
* Fix memory leak in ts_load_languageYuan Fu2022-10-171-6/+5
* Make sure the treesit path variables are listsEli Zaretskii2022-10-171-0/+3
* ; Rename ts_* symbols in treesit.cEli Zaretskii2022-10-171-274/+285
* ; * src/treesit.c (ts_search_dfs): Fix tab inline.Yuan Fu2022-10-171-1/+1
* ; * src/treesit.c: Change commentary to reflect recent changes.Yuan Fu2022-10-171-2/+4