summaryrefslogtreecommitdiff
path: root/src/treesit.h
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-12-08Fix some C symbol extern visibilityPaul Eggert
2025-05-03Add line-column tracking for tree-sitterYuan Fu
2025-03-11Remove parent-node field from tree-sitter parsersYuan Fu
2025-02-28; Fix documentation of recent treesit changesEli Zaretskii
2025-02-27Add tree-sitter-parser-embed-level and parent-nodeYuan Fu
2025-01-01Update copyright year to 2025Paul Eggert
2024-09-14Merge from origin/emacs-30Eli Zaretskii
2024-09-14Fix range handling so it works for multibyte buffer (bug#73204)Yuan Fu
2024-09-11* src/treesit.h (struct Lisp_TS_Parser): Correct merge error.Po Lu
2024-09-11Merge from savannah/emacs-30Po Lu
2024-09-08Fix the range handling in treesit.cYuan Fu
2024-08-24Make sure treesit-parse-string gc its temp buffer (bug#71012)Yuan Fu
2024-07-20Support dumping tree-sitter query (bug#69952)Yuan Fu
2024-06-08Merge from origin/emacs-29Eli Zaretskii
2024-06-04Revert "New function treesit-parser-changed-ranges"Yuan Fu
2024-06-01Check for buffer liveness when accessing tree-sitter node (bug#71012)Yuan Fu
2024-04-19New function treesit-parser-changed-rangesYuan Fu
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-30Merge from origin/emacs-29Eli Zaretskii
2023-12-23Increment parser timestamp when narrowing changes (bug#67977)Yuan Fu
2023-09-12Avoid unnecessary tree-sitter reparse when setting the same rangeYuan Fu
2023-09-05Add tag to tree-sitter parsersYuan Fu
2023-01-12Equal now recognizes tree-sitter nodes (bug#60659)Yuan Fu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-25; Add comments in treesit.c and treesit.hYuan Fu
2022-11-21; Repair build without tree-sitterMattias EngdegÄrd
2022-11-15Allow tree-sitter to notify parse-tree changesYuan Fu
2022-11-03Fix treesit-parser-set-included-rangesYuan Fu
2022-11-03More style fixes to tree-sitter codePo Lu
2022-11-03Stylistic changes to tree-sitter codePo Lu
2022-11-02Check for outdated tree-sitter node when printingYuan Fu
2022-10-27; Update copyright yearsStefan Kangas
2022-10-27; Fix typos and formatting in treesit.[ch]Stefan Kangas
2022-10-17; Rename ts_* symbols in treesit.cEli Zaretskii
2022-10-16Support MinGW build on MS-WindowsEli Zaretskii
2022-10-11Lazily compile tree-sitter queryYuan Fu
2022-08-18Add treesit-parser-deleteYuan Fu
2022-06-14Add new type treesit-compiled-queryYuan Fu
2022-05-07Add tree-sitter intergrationYuan Fu