summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/treesitter/language.lua
AgeCommit message (Expand)AuthorFiles
2025-08-28refactor(lua): consistent use of local aliasesChristian Clason1
2025-07-19fix(treesitter): ":EditQuery [lang]" with injected languages #34914Peter Cardenas1
2025-06-06fix: type fixesLewis Russell1
2025-03-01feat(treesitter): add more metadata to `language.inspect()` (#32657)Lewis Russell1
2025-02-22feat(treesitter): table of contents for checkhealth, markdown (#32282)Christian Clason1
2025-01-27fix: resolve all remaining LuaLS diagnosticsLewis Russell1
2025-01-10fix(treesitter): don't return error message on success #31955Guilherme Soares1
2024-10-21feat(vim.validate): improve fast form and deprecate spec formLewis Russell1
2024-10-17perf(validate): use lighter versionLewis Russell1
2024-10-11fix(treesitter): remove duplicate symbol names in language.inspect()Riley Bruins1
2024-09-29feat(treesitter)!: use return values in `language.add()`Christian Clason1
2024-09-29feat(treesitter)!: add default fallback to `ft_to_lang` lookupsChristian Clason1
2024-08-26feat(treesitter): add support for wasm parsersLewis Russell1
2024-04-28fix(treesitter): enforce lowercase language names (#28546)Christian Clason1
2024-03-09feat!: remove deprecated functionsdundargoc1
2024-03-01docs: improve/add documentation of Lua typesLewis Russell1
2024-02-03refactor: create function for deferred loadingdundargoc1
2024-01-24fix(treesitter): prefix treesitter types with vimPhạm Huy Hoàng1
2024-01-08docs(treesitter): improve 'no parser' error message for InspectTreeJongwook Choi1
2023-12-27refactor: use vim.deprecate on all deprecated functionsdundargoc1
2023-09-14fix(treesitter): `language.add` - only register parser if it existsL Lllvvuu1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell1
2023-05-13fix(treesitter): support subfiletypes in get_lang (#23605)Christian Clason1
2023-04-05refactor: rename local API alias from a to apiLewis Russell1
2023-04-01refactor(treesitter)!: rename help parser to vimdocChristian Clason1
2023-03-30feat: add `vim.treesitter.language.get_filetypes()` (#22643)Lewis Russell1
2023-03-24feat(treesitter)!: deprecate top level indexes to modules (#22761)Lewis Russell1
2023-03-10fix(treesitter): do not error on empty filetypeLewis Russell1
2023-03-03fix(treesitter): disallow empty filetypesLewis Russell1
2023-02-27fix(treesitter): fixup for healthLewis Russell1
2023-02-24feat(treesitter)!: remove silent option from language.add()Lewis Russell1
2023-02-21feat(treesitter): add filetype -> lang APILewis Russell1
2023-01-28fix(treesitter): validate language nameChristian Clason1
2022-09-14docs(treesitter): clean up and update treesitter.txt (#20142)Christian Clason1
2022-08-22feat(treesitter): allow customizing language symbol nameThomas Vigouroux1
2022-05-09chore: format runtime with styluaChristian Clason1
2022-01-27fix(ts): escape lang when loading parsers (#16668)Lewis Russell1
2021-11-27chore: fix typos (#16361)dundargoc1
2021-08-22docs: make Lua docstrings consistent #15255Gregory Anders1
2021-05-01docs: Treesitter (#13260)TJ DeVries1
2021-02-07treesitter: small fixesSantos Gallegos1
2020-12-04fix(treesitter): don't throw an error for missing injected langsSteven Sojka1
2020-08-13treesitter(docs): update and refresh docsThomas Vigouroux1
2020-08-13treesitter: refactor and use lua regexesThomas Vigouroux1