aboutsummaryrefslogtreecommitdiffstats
path: root/src/treesit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix Ftreesit_parser_createYuan Fu2024-08-241-1/+2
* | Make sure treesit-parse-string gc its temp buffer (bug#71012)Yuan Fu2024-08-241-1/+47
* | New variable treesit-language-remap-alist (bug#72388)Yuan Fu2024-07-301-0/+29
* | "Separate" tree-sitter parser list for indirect buffersYuan Fu2024-07-301-14/+33
* | Merge from savannah/emacs-30Po Lu2024-07-241-1/+3
|\ \ | |/
| * Fix Ftreesit_parser_createYuan Fu2024-07-211-1/+3
| * Fix segfault when deleting tree-sitter query (bug#72238)Yuan Fu2024-07-211-2/+4
* | Merge from savannah/emacs-30Po Lu2024-07-241-19/+18
|\ \ | |/
| * Improve treesit-node-child-by-field-name docstringStefan Kangas2024-07-211-1/+1
| * Fix punctuation and doc style in treesit.cStefan Kangas2024-07-211-18/+17
* | Use SBYTES instead of strlen in treesit.cStefan Kangas2024-07-221-8/+4
* | Fix segfault when deleting tree-sitter query (bug#72238)Yuan Fu2024-07-211-2/+4