summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2021-11-12refactor: inherit jsongegoune
2021-11-12feat: add http parsergegoune
2021-11-12feat: get node at cursor of other winFabian David Schmidt
2021-11-12Add condition function to module configpatrick96
2021-11-11Ensure `ft_to_lang` supports multipart filetypes.Robert Jackson
2021-11-11Add `html.handlebars` as a valid type for the glimmer parser.Robert Jackson
2021-11-08refactor: nitpickingSirisak Lueangsaksri
2021-11-08feat: sync install for `ensure_installed`Sirisak Lueangsaksri
2021-11-02chore: fix typosDundar Göc
2021-11-01Fix typo in locals.lua: vaild -> validStephan Seitz
2021-11-01Fix bugs in TSRangeStephan Seitz
2021-10-22Use wrapper around vim.notify with common optionsSantos Gallegos
2021-10-21Add zig as compiler for parsermaxxnino
2021-10-19Use vim.notify instead of print in some places (#1927)Santos Gallegos
2021-10-13Switch to official elixir-lang parserConnor Lay (Clay)
2021-10-11feat(healthcheck): support native lua healthchecks, and fixesJavier López
2021-10-07Add scala maintainerStevan Milic
2021-10-07parsers: add D parserCezary Drożak
2021-10-07feat: add "experimental" key to parsersCezary Drożak
2021-10-03Added branch specificationBenjamin Graham
2021-10-03LLVM parser/highlighter addedBenjamin Graham
2021-10-03chore: use vim.ui.select for TSEditQuery if availableStephan Seitz
2021-10-03chore: print compiler version in healthcheckStephan Seitz
2021-10-01feat(install): add options `prefer_git` and `command_extra_args`Stephan Seitz
2021-09-24Use vim-range style (1-index based) when possible (#1841)Santos Gallegos
2021-09-21Swapping to the correct repoLucas Crownover
2021-09-21Adding perl parserLucas Crownover
2021-09-19Fix incremental selection for nodes that include EOLSantos Gallegos
2021-09-19Support hjsonkghugo
2021-09-17parsers: add glsl parserStephan Seitz
2021-09-15New kotlin parserJoakker
2021-09-14chore: fix formatting in parsers.luaStephan Seitz
2021-09-14fix(lang): only use first part in multi-langThomas Vigouroux
2021-09-10fix(fennel): update parser and all the queriesOtto Modinos
2021-09-01Add tree-sitter-dot (#1770)rydesun
2021-08-29Add tree-sitter-pioasm with highlights and injections (#1759)leo60228
2021-08-25Add support for json5Joakker
2021-08-25Replaces curl argument: --no-progress-meter -> --silentEduardo Cuducos
2021-08-24fix(dowload): don't display curl progressThomas Vigouroux
2021-08-22Query: allow to pass a list to get_capture_matches (#1693)Santos Gallegos
2021-08-20Fixed lua style issues, updated grammar version to fix macOS build issuesAndrew Helwer
2021-08-20Filetype is tlaAndrew Helwer
2021-08-20Added TLA+ grammar & queriesAndrew Helwer
2021-08-20Add jsx to javascript (#1696)Santos Gallegos
2021-08-18Add HEEx language support, add missing commentstringsClay
2021-08-16feat: add support for vimThomas Vigouroux
2021-08-11Update new query and parser for zigmaxxnino
2021-08-08CI: fix update lockfile jobSantos Gallegos
2021-08-07feat: allow 'revision' override in parser config (#1661)Munif Tanjim
2021-08-03fix: query_predicate - nthMunif Tanjim