summaryrefslogtreecommitdiff
path: root/src/treesit.c
AgeCommit message (Expand)Author
2023-04-14Support treesit-thing-settings in search functionsYuan Fu
2023-04-14Add a recursion level limit for tree-sitter search predicatesYuan Fu
2023-04-14; Minor fixes in treesit.cYuan Fu
2023-04-14Add treesit-thing-settingsYuan Fu
2023-04-14Add treesit-node-match-pYuan Fu
2023-04-14Use BASE_EQ in treesit.cMattias EngdegÄrd
2023-04-14Fix style and unwinding code in treesit.cEli Zaretskii
2023-04-14Catch signals produced by PRED in tree-sitter search functionsYuan Fu
2023-04-13Fix previous commit on tree-sitterYuan Fu
2023-04-14Fix bugs in treesit.oPo Lu
2023-04-13Support more predicates in tree-sitter search functionsYuan Fu
2023-04-13Catch signals produced by PRED in tree-sitter search functionsYuan Fu
2023-03-27Merge from origin/emacs-29Stefan Monnier
2023-03-24Switch buffer in Ftreesit_query_captureYuan Fu
2023-03-24Handle signals gracefully in tree-sitter query predicatesYuan Fu
2023-03-24; Minor refactor of Ftreesit_query_captureYuan Fu
2023-03-24Refactor Ftreesit_query_captureYuan Fu
2023-03-24Fix treesit_ensure_parsed (bug#62333)Yuan Fu
2023-02-26; * src/treesit.c (treesit_predicate_match): Fix typo.Yuan Fu
2023-02-18Fix comment in treesit_record_change (bug#61369)Yuan Fu
2023-02-18; * src/treesit.c: Improve sectioning.Po Lu
2023-02-17Don't completely clip into visible range in treesit_record_changeYuan Fu
2023-02-09Rename LIMIT to DEPTH in tree-sitter functions (bug#61231)Yuan Fu
2023-02-09Add 'live' property to treesit-node-check (bug#61235)Yuan Fu
2023-02-08; Fix memory leak in treesit.cEli Zaretskii
2023-02-07Fix crashes inside 'xfree' called from treesit.cEli Zaretskii
2023-02-02; * src/treesit.c (treesit_predicate_match): Simplify last change.Eli Zaretskii
2023-02-02(treesit_predicate_match): Match node text against regexp without consingDmitry Gutov
2023-02-01Unbreak the MS-Windows buildEli Zaretskii
2023-02-01; (Ftreesit_query_capture): Fix typoDmitry Gutov
2023-02-01(Ftreesit_query_capture): Cache list of predicates for given pattern indexDmitry Gutov
2023-01-29Add treesit-subtree-statYuan Fu
2023-01-17; * src/treesit.c: Remove unused boilerplate.Yuan Fu
2023-01-17Fix treesit-node-first-child-for-pos (bug#60127)Yuan Fu
2023-01-17; * src/treesit.c (Ftreesit_induce_sparse_tree): Minor change.Yuan Fu
2023-01-13Fix use of build_pure_c_string in treesit.cYuan Fu
2023-01-13; Improve documentation of tree-sitter node comparisonEli Zaretskii
2023-01-12Equal now recognizes tree-sitter nodes (bug#60659)Yuan Fu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-31; Fix recent treesit-related changesEli Zaretskii
2022-12-30Show tree-sitter query source when signaling query errorYuan Fu
2022-12-30Add treesit-language-abi-versionYuan Fu
2022-12-29Avoid assertion violations in treesit.c with --enable-checkingEli Zaretskii
2022-12-28Call tree-sitter parser notifier on the first parseYuan Fu
2022-12-28Fix tree-sitter parser notifier recursionYuan Fu
2022-12-26Add a new tree-sitter query predicate 'pred'Yuan Fu
2022-12-26Add maintainer stub for tree-sitter filesYuan Fu
2022-12-24; Add treesit_recursion_limitYuan Fu
2022-12-24Fix treesit_cursor_helper (bug#60267)Yuan Fu
2022-12-18Fix MS-Windows build broken by recent treesit.c changesEli Zaretskii