aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter/languagetree.lua
Commit message (Expand)AuthorAge
* feat(treesitter)!: use return values in `language.add()`Christian Clason2024-09-29
* feat(treesitter)!: default to correct behavior for quantified captures (#30193)Gregory Anders2024-09-01
* docs(treesitter): generate inline docs for `Range`sYi Ming2024-08-06
* feat(treesitter): add node_for_range functionRiley Bruins2024-07-29
* refactor(lua): improve type annotationsLewis Russell2024-06-11
* feat: remove deprecated featuresdundargoc2024-05-16
* docs: newsJustin M. Keyes2024-05-15
* fix(treesitter): enforce lowercase language names (#28546)Christian Clason2024-04-28
* fix(treesitter): use tree range instead of tree root node rangealtermo2024-04-10
* feat(treesitter): add `@injection.filename`Christian Clason2024-04-02
* refactor(lua): type annotationsLewis Russell2024-03-16
* fix(treesitter): highlight injections properlyLewis Russell2024-03-14
* docs: support inline markdownLewis Russell2024-03-09
* refactor(types): more fixes (2)Lewis Russell2024-03-06
* 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
* fix(treesitter): validate language alias for injectionsChristian Clason2024-01-18
* fix(treesitter): outdated highlight due to tree with outdated regionJaehwang Jung2023-12-24
* fix(treesitter): don't invalidate parser when discovering injectionsDmytro Soltys2023-11-27
* fix(languagetree): don't treat unparsed nodes as occupying full rangeL Lllvvuu2023-09-22
* feat(lua): add vim.func._memoizeLewis Russell2023-09-20
* fix(treesitter): _trees may not be list-likeJaehwang Jung2023-09-17
* fix(treesitter): properly combine injection.combined regionsJaehwang Jung2023-09-16
* fix(languagetree): apply `resolve_lang` to `metadata['injection.language']`L Lllvvuu2023-09-16
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* refactor(treesitter): deprecate for_each_child #25118LW2023-09-14
* fix(treesitter): remove more double recursionLewis Russell2023-09-12
* fix(languagetree): remove double recursion in LanguageTree:parseL Lllvvuu2023-09-12
* feat(treesitter): add 'injection.self' and 'injection.parent'Amaan Qureshi2023-08-24
* fix(treesitter)!: remove deprecated legacy injection formatChristian Clason2023-08-14
* fix(treesitter): logger memory leakLewis Russell2023-08-13
* feat(treesitter)!: incremental injection parsingLewis Russell2023-08-12
* feat(treesitter): add injection language fallback (#24659)Christian Clason2023-08-11
* fix(treesitter): make sure injections don't return empty ranges (#24595)Lewis Russell2023-08-07
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* fix(treesitter): handle empty region when logging (#24173)Jaehwang Jung2023-06-27
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* fix: function was renamed (#23772)Matthieu Coudron2023-05-26
* feat(treesitter): improved logging (#23638)Lewis Russell2023-05-17
* docs: small fixesdundargoc2023-05-13
* fix(treesitter): foldexpr tweaksLewis Russell2023-05-01
* fix(treesitter): redraw added/removed injections properly (#23287)Lewis Russell2023-04-30
* fix(treesitter): do not track ranges of the root tree (#22912)Lewis Russell2023-04-06
* refactor: rename local API alias from a to apiLewis Russell2023-04-05
* refactor(treesitter): delegate region calculation to treesitter (#22576)Lewis Russell2023-04-04
* feat: add `vim.treesitter.language.get_filetypes()` (#22643)Lewis Russell2023-03-30
* feat(treesitter)!: deprecate top level indexes to modules (#22761)Lewis Russell2023-03-24
* fix(treesitter): annotationsLewis Russell2023-03-23
* Merge pull request #22613 from lewis6991/feat/tsqueryutilLewis Russell2023-03-11
|\