aboutsummaryrefslogtreecommitdiffstats
path: root/src/treesit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-02-18; Fix last change in treesit.cEli Zaretskii1-0/+10
2026-02-17Change back tree-sitter version requirement (bug#80108)Yuan Fu1-0/+56
2026-01-28; Fix MS-Windows build broken by recent treesit.c changesEli Zaretskii1-4/+4
2026-01-28Fix tree-sitter traversal slowness (bug#80108)Yuan Fu1-42/+6
2026-01-02; Fix documentation of recent treesit changesEli Zaretskii1-2/+2
2026-01-01Compile queries in treesit-f-l-recompute-features (bug#80108)Yuan Fu1-0/+27
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-12-26December 2025 spelling fixesPaul Eggert1-8/+8
2025-12-08Fix some C symbol extern visibilityPaul Eggert1-8/+9
2025-11-30Use treesit-extra-load-path for more values of treesit-auto-install-grammarJuri Linkov1-1/+2
2025-11-28* lisp/cus-start.el: Make 'treesit-extra-load-path' customizable.Juri Linkov1-1/+3
2025-11-02Change tree-sitter query predicate names (bug#79687)Yuan Fu1-44/+48
2025-10-17Support Tree-sitter version 0.26 and laterEli Zaretskii1-2/+34
2025-08-14New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov1-0/+10
2025-07-08Add a synchronous way to get parser change ranges (bug#78402)Yuan Fu1-10/+36
2025-07-04Handle ts_node_type return NULL (bug#78938)Yuan Fu1-1/+11
2025-07-03Handle the case when ts_node_type returns NULL (bug#78938)Yuan Fu1-1/+5
2025-06-14; Fix warnings in MinGW buildsEli Zaretskii1-1/+1
2025-06-10Support new tree-sitter grammar filename format (bug#78754)Yuan Fu1-2/+17
2025-06-05Improve documentation of treesit "thing"Eli Zaretskii1-9/+13
2025-05-18Improve reporting of language-grammar library ABI version mismatchEli Zaretskii1-4/+14
2025-05-03Add line-column tracking for tree-sitterYuan Fu1-48/+736
2025-03-13Fix treesit-parser-create behavior regarding indirect buffersYuan Fu1-1/+4
2025-03-11Remove parent-node field from tree-sitter parsersYuan Fu1-32/+0
2025-03-06Avoid defining unneeded variables on Cygw32Kazuhiro Ito1-1/+1
2025-02-28; Fix documentation of recent treesit changesEli Zaretskii1-7/+10
2025-02-27Enable treesit-query-capture to return grouped capturesYuan Fu1-9/+43
2025-02-27Add tree-sitter-parser-embed-level and parent-nodeYuan Fu1-0/+69
2025-02-23Use character position for ranges in treesit_sync_visible_regionYuan Fu1-10/+10
2025-01-29Fix tree-sitter language remappingYuan Fu1-18/+26
2025-01-29; Fix Cygw32 build (bug#75926)Eli Zaretskii1-1/+1
2025-01-29; Fix Cygw32 buildEli Zaretskii1-1/+1
2025-01-20; Fix last changeEli Zaretskii1-3/+3
2025-01-19Make treesit-language-remap-alist completely transparent (bug#72388)Yuan Fu1-4/+7
2025-01-17Fix treesit.el testsYuan Fu1-1/+4
2025-01-17Remap language symbol in treesit-query-compile (bug#72388)Yuan Fu1-1/+4
2025-01-14; Fix wording and coding style of a recent commitEli Zaretskii1-6/+2
2025-01-14Prefer calln to CALLN where applicableStefan Kangas1-3/+3
2025-01-12Add 'and', 'named', and 'anonymous' predicate for tree-sitterYuan Fu1-5/+32
2025-01-10Use the treesit thing 'list' with symbol property 'treesit-thing-symbol'Juri Linkov1-2/+6
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet1-18/+18
2024-12-04Make treesit-query-compile compile compiled-query eagerlyYuan Fu1-11/+25
2024-12-01Allow passing nil to treesit-node-match-p (bug#74612)Yuan Fu1-1/+4
2024-11-21Future-proof loading tree-sitter library on MS-WindowsEli Zaretskii1-0/+11
2024-10-26More fixes for w32 console buildEli Zaretskii1-1/+1
2024-09-19* src/treesit.c (treesit_debug_print_parser_list): Fix compiler warning.Andrea Corallo1-2/+2
2024-09-17Conservative heuristic for tree-sitter parser ranges (bug#73324)Yuan Fu1-23/+18
2024-09-17; Fix treesit.c printingYuan Fu1-2/+2