aboutsummaryrefslogtreecommitdiffstats
path: root/src/treesit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of treesit "thing"Eli Zaretskii2025-06-051-9/+13
* Improve reporting of language-grammar library ABI version mismatchEli Zaretskii2025-05-181-4/+14
* Add line-column tracking for tree-sitterYuan Fu2025-05-031-48/+736
* Remove parent-node field from tree-sitter parsersYuan Fu2025-03-111-32/+0
* Avoid defining unneeded variables on Cygw32Kazuhiro Ito2025-03-061-1/+1
* Merge from origin/emacs-30Eli Zaretskii2025-03-011-10/+10
|\
| * Use character position for ranges in treesit_sync_visible_regionYuan Fu2025-02-231-10/+10
| * ; Fix Cygw32 build (bug#75926)Eli Zaretskii2025-01-291-1/+1
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | ; Fix documentation of recent treesit changesEli Zaretskii2025-02-281-7/+10
* | Enable treesit-query-capture to return grouped capturesYuan Fu2025-02-271-9/+43
* | Add tree-sitter-parser-embed-level and parent-nodeYuan Fu2025-02-271-0/+69
* | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-18/+18
|\ \
| * | Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-18/+18
* | | Fix tree-sitter language remappingYuan Fu2025-01-291-18/+26
* | | ; Fix Cygw32 buildEli Zaretskii2025-01-291-1/+1
* | | ; Fix last changeEli Zaretskii2025-01-201-3/+3
* | | Make treesit-language-remap-alist completely transparent (bug#72388)Yuan Fu2025-01-191-4/+7
* | | Fix treesit.el testsYuan Fu2025-01-171-1/+4
* | | Remap language symbol in treesit-query-compile (bug#72388)Yuan Fu2025-01-171-1/+4
* | | ; Fix wording and coding style of a recent commitEli Zaretskii2025-01-141-6/+2
* | | Prefer calln to CALLN where applicableStefan Kangas2025-01-141-3/+3
* | | Add 'and', 'named', and 'anonymous' predicate for tree-sitterYuan Fu2025-01-121-5/+32
* | | Use the treesit thing 'list' with symbol property 'treesit-thing-symbol'Juri Linkov2025-01-101-2/+6
* | | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | | Merge branch 'scratch/tty-child-frames'Gerd Möllmann2024-12-191-1/+1
|\ \ \ | |/ / |/| |
| * | More fixes for w32 console buildEli Zaretskii2024-10-261-1/+1
* | | Make treesit-query-compile compile compiled-query eagerlyYuan Fu2024-12-041-11/+25
* | | Merge from emacs-30Yuan Fu2024-12-011-1/+4
|\ \ \ | | |/ | |/|
| * | Allow passing nil to treesit-node-match-p (bug#74612)Yuan Fu2024-12-011-1/+4
* | | Merge from origin/emacs-30Eli Zaretskii2024-11-231-0/+11
|\ \ \ | |/ / | | / | |/ |/|
| * Future-proof loading tree-sitter library on MS-WindowsEli Zaretskii2024-11-211-0/+11
* | Merge from origin/emacs-30Eli Zaretskii2024-09-211-22/+27
|\ \ | |/
| * * src/treesit.c (treesit_debug_print_parser_list): Fix compiler warning.Andrea Corallo2024-09-191-2/+2
| * Conservative heuristic for tree-sitter parser ranges (bug#73324)Yuan Fu2024-09-171-23/+18
| * ; Fix treesit.c printingYuan Fu2024-09-171-2/+2
| * Fix treesit_sync_visible_region's range fixup code (bug#73264)Yuan Fu2024-09-151-2/+12
* | Merge from origin/emacs-30Eli Zaretskii2024-09-141-86/+129
|\ \ | |/
| * Fix range handling so it works for multibyte buffer (bug#73204)Yuan Fu2024-09-141-83/+128
| * Revert "Read more on each call to treesit's buffer reader"Yuan Fu2024-09-141-4/+2
* | Add Ftreesit_grammar_locationYuan Fu2024-09-121-13/+58
* | Merge from savannah/emacs-30Po Lu2024-09-111-27/+121
|\ \ | |/
| * ; * src/treesit.c: Minor cleanups of recent changes.Eli Zaretskii2024-09-091-3/+2
| * * src/treesit.c (treesit_debug_print_parser_list): Fix format string.Andrea Corallo2024-09-091-1/+1
| * ; * src/treesit.c (treesit_debug_print_parser_list): Fix formatting.Yuan Fu2024-09-081-2/+5
| * ; * src/treesit.c: Add a prototype so there's no warning about it.Yuan Fu2024-09-081-0/+1
| * Read more on each call to treesit's buffer readerYuan Fu2024-09-081-2/+4
| * Fix the range handling in treesit.cYuan Fu2024-09-081-25/+67
| * Add debugging function for treesit.cYuan Fu2024-09-081-0/+47
* | ; * src/treesit.c (Ftreesit_parse_string): Fix comment and punctuation.Eli Zaretskii2024-08-251-10/+10