aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter/query.lua
Commit message (Expand)AuthorAge
* docs: support inline markdownLewis Russell2024-03-09
* feat!: remove deprecated functionsdundargoc2024-03-09
* docs: improve/add documentation of Lua typesLewis Russell2024-03-01
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* fix(treesitter): correctly handle query quantifiers (#24738)Thomas Vigouroux2024-02-16
* refactor(treesitter): {start,stop} are optional in Query:iter_* methodsJongwook Choi2024-02-08
* refactor(treesitter): typing for Query, TSQuery, and TSQueryInfoJongwook Choi2024-02-08
* refactor: create function for deferred loadingdundargoc2024-02-03
* fix(treesitter): prefix treesitter types with vimPhạm Huy Hoàng2024-01-24
* fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
* feat(lua): add vim.func._memoizeLewis Russell2023-09-20
* docs: misc #24561Justin M. Keyes2023-09-20
* feat(treesitter): add lang parameter to the query editor (#25181)Maria José Solano2023-09-16
* fix(treesitter): fix trim predicateLewis Russell2023-09-16
* perf(treesitter): do not scan past given line for predicate matchL Lllvvuu2023-09-16
* refactor(treesitter): rename "preview" => "edit" #25161Maria José Solano2023-09-15
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* feat(treesitter)!: incremental injection parsingLewis Russell2023-08-12
* feat(treesitter): add injection language fallback (#24659)Christian Clason2023-08-11
* fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason2023-08-09
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* perf(treesitter): cache fold query (#24222)Jaehwang Jung2023-07-02
* feat(treesitter): bundle markdown parser and queries (#22481)Christian Clason2023-07-01
* fix(treesitter): update c queriesChristian Clason2023-05-15
* docs: small fixesdundargoc2023-05-13
* feat(treesitter): add support for setting query depthsLewis Russell2023-05-11
* feat(treesitter): upstream query omnifunc from playground (#23394)Christian Clason2023-04-30
* feat(treesitter): add query_linter from nvim-treesitter/playground (#22784)Stephan Seitz2023-04-29
* fix(treesitter): Use the correct replacement args for #gsub! directive (#23015)Scott Ming2023-04-11
* refactor: rename local API alias from a to apiLewis Russell2023-04-05
* fix(treesitter): add missing deprecateLewis Russell2023-03-24
* feat(treesitter)!: deprecate top level indexes to modules (#22761)Lewis Russell2023-03-24
* refactor(treesitter): add Range type aliase for Range4|Range6Lewis Russell2023-03-11
* feat(treesitter)!: consolidate query util functionsLewis Russell2023-03-10
* refactor(treesitter): use byte ranges from treesitter (#22589)Lewis Russell2023-03-09
* Revert "refactor(treesitter): delegate region calculation to treesitter" (#22...Lewis Russell2023-03-08
* refactor(treesitter): delegate region calculation to treesitter (#22553)Lewis Russell2023-03-08
* feat(treesitter): use upstream format for injection queriesLewis Russell2023-03-08
* docs(treesitter): number → integer (#22513)Jaehwang Jung2023-03-04
* docs: fix vim.treesitter tagsJustin M. Keyes2023-03-03
* perf(treesitter): smarter languagetree invalidationLewis Russell2023-02-23
* docs: fix more treesitter parsing errorsChristian Clason2023-02-23
* feat(treesitter): add filetype -> lang APILewis Russell2023-02-21
* fix(treesitter): make params optionalLewis Russell2023-02-15
* feat(treesitter): respect metadata[id].range for offset!figsoda2023-02-04
* feat(treesitter): add metadata option for get_node_textfigsoda2023-02-04
* feat(treesitter): allow capture text to be transformedfigsoda2023-02-04
* fix(treesitter): fix most diagnosticsLewis Russell2023-02-04
* docs: treesitter.add_directive, add_predicate #21206Ching Pei Yang2023-01-16
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02