summaryrefslogtreecommitdiff
path: root/src/treesit.c
AgeCommit message (Expand)Author
2022-12-17Use cursor API in treesit-node-parentYuan Fu
2022-12-17Switch to use cursor API in treesit.cYuan Fu
2022-12-17Add treesit_assume_true and treesit_cursor_helperYuan Fu
2022-12-09Make indirect buffers use tree-sitter parsers of their base bufferYuan Fu
2022-12-07Improve parameter checking in tree-sitter functionsYuan Fu
2022-12-06; Minor cleanup in treesit.cEli Zaretskii
2022-12-05Fix treesit-query-captureYuan Fu
2022-11-28Reparse tree-sitter tree when buffer restriction changesYuan Fu
2022-11-27; * src/treesit.c (Ftreesit_parser_included_ranges): Doc fix.Eli Zaretskii
2022-11-27; Fix typo (Bug#59634)Stefan Kangas
2022-11-27; * src/treesit.c (Ftreesit_induce_sparse_tree): Doc fix.Eli Zaretskii
2022-11-26Add default limit for tree-sitter recursive tree-traversing functionYuan Fu
2022-11-26; * src/treesit.c: Fix typos and wording in comments.Eli Zaretskii
2022-11-25Fix tree-sitter assertion error (bug#59574)Yuan Fu
2022-11-25Rename treesit_ensure_position_synced to treesit_sync_visible_regionYuan Fu
2022-11-25; Add comments in treesit.c and treesit.hYuan Fu
2022-11-24Avoid assertion violations in treesit.c when editing non-ASCIIEli Zaretskii
2022-11-23; * src/treesit.c (treesit_predicate_match): Move use below check.Yuan Fu
2022-11-23; * src/treesit.c: Minor comment improvement.Yuan Fu
2022-11-23; Fix typosStefan Kangas
2022-11-22Fix 'treesit-max-buffer-size' and its useEli Zaretskii
2022-11-22; Fix comparisons in treesit.cEli Zaretskii
2022-11-22; Fix typosStefan Kangas
2022-11-21; * src/treesit.c (treesit_load_language): Move call to eassume.Yuan Fu
2022-11-21; Repair build without tree-sitterMattias EngdegÄrd
2022-11-21* src/treesit.c (treesit_load_language): Fix uninitialized uses.Po Lu
2022-11-21Avoid usage of intern_c_string in treesit.cPo Lu
2022-11-21Stylistic fixes to treesit.cPo Lu
2022-11-17Fix documentation of recent treesit changesEli Zaretskii
2022-11-16Fix treesit-search-forward not matching leaf nodesYuan Fu
2022-11-16Allow checking for outdated nodes in tree-sitterYuan Fu
2022-11-16; Add documentation for tree-sitter parser after-change notifiersYuan Fu
2022-11-15; * src/treesit.c: Minor stylistic changes.Yuan Fu
2022-11-15Fix the MS-Windows build due to use of a new TS functionEli Zaretskii
2022-11-15Allow tree-sitter to notify parse-tree changesYuan Fu
2022-11-15Extract out treesit_make_rangesYuan Fu
2022-11-14Remove feature that checks whether tree-sitter node "has changes"Yuan Fu
2022-11-13Fix crash on MS-Windows due to memory-allocation problem in treesit.cEli Zaretskii
2022-11-10; Fix docstring graph alignment in Ftreesit_search_forwardYuan Fu
2022-11-09Make tree-sitter node type match case-sensitiveYuan Fu
2022-11-03Fix treesit-parser-set-included-rangesYuan Fu
2022-11-03; * src/treesit.c: Minor comment change.Yuan Fu
2022-11-03More style fixes to tree-sitter codePo Lu
2022-11-03Minor fixes to last tree-sitter changePo Lu
2022-11-03Stylistic changes to tree-sitter codePo Lu
2022-11-02Check for outdated tree-sitter node when printingYuan Fu
2022-10-31; Explain the BEG and END argument in treesit-query-capture betterYuan Fu
2022-10-27; Fix typos and formatting in treesit.[ch]Stefan Kangas
2022-10-27; * src/treesit.c: Fix typos.Stefan Kangas
2022-10-25* src/treesit.c (treesit_search_dfs): Fix traverse algorithm.Yuan Fu