summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-06Update lockfile.jsonGitHub
2022-05-05Update READMEGithub Actions
2022-05-05Update lockfile.jsonGitHub
2022-05-05Add embedded template to support ERB filesNick Pezza
2022-05-03Update lockfile.jsonGitHub
2022-05-01Update lockfile.jsonGitHub
2022-05-01feat(vim): add support for constThomas Vigouroux
2022-05-01chore: add github sponsors to FUNDING.ymlkiyan
fixes #2879
2022-05-01Python: highlight raise from statementSantos Gallegos
2022-04-30Update lockfile.jsonGitHub
2022-04-30docs: fix checkhealth command in README (#2884)Luke Bakken
Health check command should be `:checkhealth nvim-treesitter`
2022-04-30fixup: separate augroups for modulesChristian Clason
2022-04-30refactor!: update to Neovim 0.7 APIsChristian Clason
* set highlight groups via nvim_set_hl * define autocommands via nvim_create_autocmd * port plugin/nvim-treesitter.vim to Lua * port healthcheck to Lua
2022-04-30chore!: remove ensure_installed='maintained'Christian Clason
Removes all support (and tests) for the parser category "maintained", as this is no longer a useful category. BREAKING CHANGE: replace `ensure_installed='maintained'` by an explicit list of parsers, or use `'all'` (not recommended).
2022-04-30Update lockfile.jsonGitHub
2022-04-29Update lockfile.jsonGitHub
2022-04-28Update lockfile.jsonGitHub
2022-04-28Update READMEGithub Actions
2022-04-28Update lockfile.jsonGitHub
2022-04-28feat(proto): add parserfrancisco souza
Related to #2307.
2022-04-27Update READMEGithub Actions
2022-04-27Update lockfile.jsonGitHub
2022-04-27Add additional m68k queriesGraham Bates
2022-04-27Use correct type for labelsGraham Bates
2022-04-27Remove query for interpolated macro argGraham Bates
No `embedded` mapping available in nvim-treesitter. The previous query to `variable.builtin` will work fine in this context too.
2022-04-27feat: add m68k parser and queriesGraham Bates
2022-04-26Update lockfile.jsonGitHub
2022-04-25indent(hcl): fix function callsMichael Hoffmann
2022-04-24indents(hcl): fix indentation queriesMichael Hoffmann
This commit adds tests for hcl indentation and fixes various bugs
2022-04-24Update lockfile.jsonGitHub
2022-04-23Update lockfile.jsonGitHub
2022-04-23Fix YANG indentation for extension statementsTomas Sandven
2022-04-23Add aligned indents for multi-line stringsTomas Sandven
2022-04-23Add indent queries for YANGTomas Sandven
2022-04-23Update lockfile.jsonGitHub
2022-04-23Add org parserTerseTears
2022-04-23Update lockfile.jsonGitHub
2022-04-23Update lockfile.jsonGitHub
2022-04-22Update lockfile.jsonGitHub
2022-04-21fix(ts_utils): fix swap_nodes after get_node_text changefrancisco souza
After some discussion, it looks like the easiest thing to do for now is to keep a private copy of get_node_text (just to skip the deprecation message) and invoke that, until core provides an equivalent function that can return the node content in a table representing the node "lines". Also fixes the statusline by calling the private version for get_node_text until a change is made in core.
2022-04-21Update lockfile.jsonGitHub
2022-04-20Update lockfile.jsonGitHub
2022-04-19adapt to vim.treesitter.query.get_node_textNir Tzachar
2022-04-19Update lockfile.jsonGitHub
2022-04-18fixup: restore old implementationChristian Clason
2022-04-18fix(statusline): adjust to the new API (query)ranjithshegde
2022-04-18fix(statusline): don't use deprecated functionChristian Clason
2022-04-18chore!: remove filetype detection and filetype pluginsChristian Clason
All these are now detected by Neovim as of 0.7.0; new filetypes can easily be added via `vim.filetype.add()`.
2022-04-18chore: deprecate ts_utils.get_node_textStephan Seitz
2022-04-18chore!: remove compat module for vim.uiStephan Seitz