aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-04-01 15:58:48 +0200
committerChristian Clason <c.clason@uni-graz.at>2023-04-01 16:10:11 +0200
commit93fa5df0a3f0aeb72df50a9d2110cb90fc5a0a13 (patch)
treefaf9db765ccea03a992ba4e7f44dc06576dc453f /README.md
parentfix(ruby): then blocks should not be `@conditional`, just "then" (diff)
downloadnvim-treesitter-93fa5df0a3f0aeb72df50a9d2110cb90fc5a0a13.tar
nvim-treesitter-93fa5df0a3f0aeb72df50a9d2110cb90fc5a0a13.tar.gz
nvim-treesitter-93fa5df0a3f0aeb72df50a9d2110cb90fc5a0a13.tar.bz2
nvim-treesitter-93fa5df0a3f0aeb72df50a9d2110cb90fc5a0a13.tar.lz
nvim-treesitter-93fa5df0a3f0aeb72df50a9d2110cb90fc5a0a13.tar.xz
nvim-treesitter-93fa5df0a3f0aeb72df50a9d2110cb90fc5a0a13.tar.zst
nvim-treesitter-93fa5df0a3f0aeb72df50a9d2110cb90fc5a0a13.zip
chore(help)!: renamed to vimdoc
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2af898eb4..22b723059 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ All modules are disabled by default and need to be activated explicitly in your
```lua
require'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all" (the five listed parsers should always be installed)
- ensure_installed = { "c", "lua", "vim", "help", "query" },
+ ensure_installed = { "c", "lua", "vim", "vimdoc", "query" },
-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false,
@@ -241,7 +241,6 @@ We are looking for maintainers to add more parsers and to write query files for
- [ ] [haskell](https://github.com/tree-sitter/tree-sitter-haskell)
- [x] [hcl](https://github.com/MichaHoffmann/tree-sitter-hcl) (maintained by @MichaHoffmann)
- [x] [heex](https://github.com/connorlay/tree-sitter-heex) (maintained by @connorlay)
-- [x] [help](https://github.com/neovim/tree-sitter-vimdoc) (maintained by @vigoux)
- [x] [hjson](https://github.com/winston0410/tree-sitter-hjson) (maintained by @winston0410)
- [x] [hlsl](https://github.com/theHamsta/tree-sitter-hlsl) (maintained by @theHamsta)
- [x] [hocon](https://github.com/antosha417/tree-sitter-hocon) (maintained by @antosha417)
@@ -348,6 +347,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [verilog](https://github.com/tree-sitter/tree-sitter-verilog) (maintained by @zegervdv)
- [x] [vhs](https://github.com/charmbracelet/tree-sitter-vhs) (maintained by @caarlos0)
- [x] [vim](https://github.com/vigoux/tree-sitter-viml) (maintained by @vigoux)
+- [x] [vimdoc](https://github.com/neovim/tree-sitter-vimdoc) (maintained by @clason)
- [x] [vue](https://github.com/ikatyang/tree-sitter-vue) (maintained by @WhyNotHugo)
- [x] [wgsl](https://github.com/szebniok/tree-sitter-wgsl) (maintained by @szebniok)
- [x] [wgsl_bevy](https://github.com/theHamsta/tree-sitter-wgsl-bevy) (maintained by @theHamsta)