| Commit message (Expand) | Author | Age | Files | Lines |
* | * doc/lispref/parsing.texi (Retrieving Nodes): Improve documentation. | Juri Linkov | 2024-02-04 | 1 | -1/+1 |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | Fix treesit test (bug#67117) | Denis Zubarev | 2023-12-22 | 1 | -7/+13 |
* | Fix an issue when searching subtree backward (bug#67117) | Denis Zubarev | 2023-12-18 | 1 | -0/+30 |
* | Fix bol/bos anchors in tree-sitter :match regexps | Basil L. Contovounesios | 2023-06-13 | 1 | -2/+2 |
* | Fix tree-sitter test (bug#63481) | Yuan Fu | 2023-05-18 | 1 | -1/+1 |
* | Adjust tree-sitter defun navigation (bug#61617) | Yuan Fu | 2023-02-27 | 1 | -16/+16 |
* | Add 'live' property to treesit-node-check (bug#61235) | Yuan Fu | 2023-02-09 | 1 | -1/+13 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | Fix tree-sitter typos | Yuan Fu | 2022-12-28 | 1 | -1/+1 |
* | Fix treesit--things-around (bug#60355) | Yuan Fu | 2022-12-27 | 1 | -1/+39 |
* | ; * test/src/treesit-tests.el: remove dead store (bytecomp warning) | Mattias Engdegård | 2022-12-27 | 1 | -3/+1 |
* | Add a new tree-sitter query predicate 'pred' | Yuan Fu | 2022-12-26 | 1 | -3/+10 |
* | ; Fix tree-sitter defun tests | Yuan Fu | 2022-12-26 | 1 | -30/+34 |
* | Switch to use cursor API in treesit.c | Yuan Fu | 2022-12-17 | 1 | -0/+135 |
* | ; Fix typos | Stefan Kangas | 2022-12-13 | 1 | -3/+3 |
* | Add improved tree-sitter navigation | Yuan Fu | 2022-12-12 | 1 | -0/+282 |
* | ; * test/src/treesit-tests.el: Add outline headers. | Yuan Fu | 2022-12-12 | 1 | -0/+13 |
* | Make indirect buffers use tree-sitter parsers of their base buffer | Yuan Fu | 2022-12-09 | 1 | -0/+34 |
* | Improve parameter checking in tree-sitter functions | Yuan Fu | 2022-12-07 | 1 | -0/+8 |
* | ; Fix warnings in builds without tree-sitter | Mattias Engdegård | 2022-11-22 | 1 | -17/+47 |
* | ; * test/src/treesit-tests.el (treesit-misc): Remove test. | Yuan Fu | 2022-11-21 | 1 | -21/+0 |
* | ; * test/src/treesit-tests.el (treesit-misc): Don't fail without ts | Mattias Engdegård | 2022-11-21 | 1 | -0/+1 |
* | Allow checking for outdated nodes in tree-sitter | Yuan Fu | 2022-11-16 | 1 | -2/+5 |
* | ; Remove some tree-sitter tests | Yuan Fu | 2022-11-14 | 1 | -5/+1 |
* | ; * test/src/treesit-tests.el (treesit-node-check): New test. | Yuan Fu | 2022-11-14 | 1 | -0/+18 |
* | Improve treesit-node-at | Yuan Fu | 2022-11-11 | 1 | -0/+31 |
* | Revise tree-sitter facility for multi-language buffers | Yuan Fu | 2022-11-04 | 1 | -0/+29 |
* | Remove test of treesit-language-at | Yuan Fu | 2022-10-28 | 1 | -3/+0 |
* | ; Update copyright years | Stefan Kangas | 2022-10-27 | 1 | -1/+1 |
* | New tree-sitter toggle scheme | Yuan Fu | 2022-10-25 | 1 | -0/+20 |
* | Skip tree-sitter tests unless language definition is available | Yuan Fu | 2022-10-17 | 1 | -0/+11 |
* | Add the treesit-search functions that supplant the removed ones | Yuan Fu | 2022-09-24 | 1 | -0/+5 |
* | Remove treesit-traverse functions | Yuan Fu | 2022-09-24 | 1 | -8/+0 |
* | Rename treesit-expand-query/pattern | Yuan Fu | 2022-09-24 | 1 | -2/+2 |
* | Change treesit-parser-list from variable to function | Yuan Fu | 2022-06-16 | 1 | -1/+1 |
* | Add treesit test for previous change | Yuan Fu | 2022-06-16 | 1 | -0/+83 |
* | Consolidate treesit parser create functions | Yuan Fu | 2022-06-16 | 1 | -27/+10 |
* | Add test for treesit-query-compile | Yuan Fu | 2022-06-14 | 1 | -21/+29 |
* | Extract out treesit-search-forward | Yuan Fu | 2022-05-13 | 1 | -1/+3 |
* | Add defun navigation | Yuan Fu | 2022-05-13 | 1 | -0/+3 |
* | New node traversal functions | Yuan Fu | 2022-05-13 | 1 | -0/+4 |
* | Redefine treesit-node-at | Yuan Fu | 2022-05-13 | 1 | -1/+5 |
* | Add tree-sitter intergration | Yuan Fu | 2022-05-07 | 1 | -0/+366 |