summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/treesitter
AgeCommit message (Expand)AuthorFiles
2023-09-16fix(treesitter): fix trim predicateLewis Russell1
2023-09-16perf(treesitter): do not scan past given line for predicate matchL Lllvvuu2
2023-09-16fix(languagetree): apply `resolve_lang` to `metadata['injection.language']`L Lllvvuu1
2023-09-15refactor(treesitter): remove duplicated diagnostic code (#24976)Maria José Solano1
2023-09-15refactor(treesitter): rename "preview" => "edit" #25161Maria José Solano2
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders2
2023-09-14refactor(treesitter): deprecate for_each_child #25118LW1
2023-09-14fix(treesitter): `language.add` - only register parser if it existsL Lllvvuu1
2023-09-13fix(treesitter): don't update fold if tree is unchangedJaehwang Jung1
2023-09-12fix(treesitter): fixup for InspectTreeLewis Russell1
2023-09-12fix(treesitter): remove more double recursionLewis Russell2
2023-09-12fix(languagetree): remove double recursion in LanguageTree:parseL Lllvvuu1
2023-09-11fix(decorations): better approximation of botline #24794Jaehwang Jung1
2023-08-29fix(treesitter): update folds only once on InsertLeaveJaehwang Jung1
2023-08-27fix(treesitter): validate window before updating preview highlightsMaria José Solano1
2023-08-25feat(treesitter): add a query editor (#24703)Maria José Solano1
2023-08-24feat(treesitter): add 'injection.self' and 'injection.parent'Amaan Qureshi1
2023-08-16docs(lua): add missing fields to treesitter/_metaPham Huy Hoang1
2023-08-14fix(treesitter)!: remove deprecated legacy injection formatChristian Clason1
2023-08-13fix(treesitter): logger memory leakLewis Russell1
2023-08-12feat(treesitter)!: incremental injection parsingLewis Russell7
2023-08-11feat(treesitter): add injection language fallback (#24659)Christian Clason2
2023-08-09fix(lua): annotate that TSNode functions can return nil (#24621)Kyuuhachi1
2023-08-09fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason1
2023-08-07fix(treesitter): make sure injections don't return empty ranges (#24595)Lewis Russell1
2023-08-07fix(treesitter): escape quotes in :InspectTree view #24582ObserverOfTime1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell5
2023-07-07fix(treesitter): update folds in all relevant windows (#24230)Jaehwang Jung1
2023-07-02perf(treesitter): cache fold query (#24222)Jaehwang Jung1
2023-07-01feat(treesitter): bundle markdown parser and queries (#22481)Christian Clason1
2023-06-27fix(treesitter): handle empty region when logging (#24173)Jaehwang Jung1
2023-06-27fix(treesitter): make foldexpr work without highlighting (#24167)Jaehwang Jung1
2023-06-18fix(treesitter): use vim.highlight.priorities instead of hardcoded 100 (#24052)Santos Gallegos1
2023-06-11refactor(treesitter): use npcall in _query_linter.lua #23985Stephan Seitz1
2023-06-06refactor!: rename "playground" => "dev" #23919Justin M. Keyes1
2023-06-03feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell1
2023-05-26fix: function was renamed (#23772)Matthieu Coudron1
2023-05-18fix(treesitter): allow foldexpr without highlights (#23672)Lewis Russell1
2023-05-17feat(treesitter): improved logging (#23638)Lewis Russell2
2023-05-16fix(treesitter): correctly calculate bytes for text sources (#23655)Lewis Russell1
2023-05-15fix(treesitter): update c queriesChristian Clason1
2023-05-13docs: small fixesdundargoc2
2023-05-13fix(treesitter): support subfiletypes in get_lang (#23605)Christian Clason1
2023-05-11feat(treesitter): add support for setting query depthsLewis Russell2
2023-05-02perf(treesitter): insert/remove items efficiently (#23443)Lewis Russell1
2023-05-02fix(treesitter): do not calc folds on unloaded buffersLewis Russell1
2023-05-01fix(treesitter): foldexpr tweaksLewis Russell2
2023-04-30fix(treesitter): redraw added/removed injections properly (#23287)Lewis Russell2
2023-04-30feat(treesitter): upstream query omnifunc from playground (#23394)Christian Clason2
2023-04-29feat(treesitter): add query_linter from nvim-treesitter/playground (#22784)Stephan Seitz3