summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/treesitter
AgeCommit message (Expand)AuthorFiles
2023-02-04feat(treesitter): allow capture text to be transformedfigsoda2
2023-02-04fix(treesitter): fix most diagnosticsLewis Russell5
2023-01-28fix(treesitter): validate language nameChristian Clason1
2023-01-17fix(treesitter): really restore syntaxLewis Russell1
2023-01-16docs: treesitter.add_directive, add_predicate #21206Ching Pei Yang1
2022-12-14fix(ts): check buffer is loaded when restoring options (#21419)Lewis Russell1
2022-12-14fix(treesitter): properly restore `'syntax'` (#21358)Lewis Russell1
2022-12-08feat(treesitter): add 'lang' option to show_tree() (#21341)Gregory Anders1
2022-12-08feat(treesitter): add vim.treesitter.show_tree() (#21322)Gregory Anders2
2022-12-02docs(gen): support language annotation in docstringsChristian Clason1
2022-11-12feat(spell): support nospell in treesitter queriesLewis Russell1
2022-10-30feat(checkhealth): check runtime ($VIMRUNTIME)Justin M. Keyes1
2022-10-30feat(checkhealth): improve treesitter reportJustin M. Keyes1
2022-09-29fix(query): fix unnatural order for inherits in treesitter queries (#20298)Sergey Berezhnoy1
2022-09-25fix(docs): invalid :help links #20345Justin M. Keyes1
2022-09-14docs(treesitter): clean up and update treesitter.txt (#20142)Christian Clason5
2022-09-11fix(treesitter): prevent endless loop on self-inheritenceThomas Vigouroux1
2022-09-08fix(treesitter): use the right loading order for base queries (#20117)bfredl1
2022-09-08feat(treesitter)!: do not merge queries by default (#20105)Thomas Vigouroux1
2022-09-07Use weak tables in tree-sitter code (#17117)Thomas Vigouroux1
2022-09-06fix(ts): do not clobber spelloptions (#20095)Lewis Russell1
2022-09-06feat(extmarks,ts,spell): full support for spellingThomas Vigouroux1
2022-08-26feat(treesitter)!: use @foo.bar style highlight groupsbfredl1
2022-08-25feat(treesitter): clarify similar 'get_node_range' functionsQuentin Rasmont1
2022-08-25feat(treesitter): add ability to retreive a tree/node given a rangeQuentin Rasmont1
2022-08-25feat(treesitter): add opts.concat to query.get_text_nodeQuentin Rasmont1
2022-08-22feat(treesitter): allow customizing language symbol nameThomas Vigouroux1
2022-07-14fix(treesitter): don't error when node argument of predicate is nil (#19355)Stephan Seitz1
2022-07-09refactor(lua): replace vim.cmd use with API calls (#19283)Raphael1
2022-07-07refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason3
2022-06-16fix(treesitter): new iter if foldedkevinhwang911
2022-06-02fix(treesitter): correct region for string parser (#18794)Christian Clason1
2022-05-28fix(treesitter): offset directive associates range with capture (#18276)Lewis Russell2
2022-05-19Merge pull request #18502 from drybalka/fix-languagetree-contains-descriptionChristian Clason1
2022-05-18refactor: simple logic in tree_contains()Denys1
2022-05-18docs: correct description of LanguageTree:contains()Denys1
2022-05-09chore: format runtime with styluaChristian Clason5
2022-03-30feat(treesitter): add more default groups to highlight map (#17835)Gregory Anders1
2022-03-20feat(ui): allow conceal to be defined in decorationsbfredl1
2022-02-16feat(tree-sitter): allow Atom-style capture fallbacks (#14196)Stephan Seitz1
2022-02-13docs: treesitter.txt - fix overflowing lines, document minimum_language_versi...Chinmay Dalal2
2022-02-11fix(query.lua): check empty table for lineskevinhwang911
2022-01-27fix(ts): escape lang when loading parsers (#16668)Lewis Russell1
2022-01-06perf(treesitter): cache query parsingStephan Seitz1
2022-01-04chore: fix typos (#16816)dundargoc1
2021-12-12feat(treesitter): multiline match predicatesLewis Russell1
2021-12-12feat(ts): add support for multiline nodes in get_node_text (#14999)Mathias Fußenegger1
2021-11-27chore: fix typos (#16361)dundargoc3
2021-10-05fix(healthcheck): update builtins to the new convention #15914Javier Lopez1
2021-08-22docs: make Lua docstrings consistent #15255Gregory Anders4