aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJohn-Philip Taylor <41227383+jpt13653903@users.noreply.github.com>2024-07-18 08:46:12 +0200
committerGitHub <noreply@github.com>2024-07-18 08:46:12 +0200
commit355af0c8cef433fd5f0aa6cd05b62ad618df1609 (patch)
treecf0c02ebdce4625aad3671e916e8159ac3cba93d /README.md
parentfix(filetype): add missing shorthands for Perl, Uxn Tal (diff)
downloadnvim-treesitter-355af0c8cef433fd5f0aa6cd05b62ad618df1609.tar
nvim-treesitter-355af0c8cef433fd5f0aa6cd05b62ad618df1609.tar.gz
nvim-treesitter-355af0c8cef433fd5f0aa6cd05b62ad618df1609.tar.bz2
nvim-treesitter-355af0c8cef433fd5f0aa6cd05b62ad618df1609.tar.lz
nvim-treesitter-355af0c8cef433fd5f0aa6cd05b62ad618df1609.tar.xz
nvim-treesitter-355af0c8cef433fd5f0aa6cd05b62ad618df1609.tar.zst
nvim-treesitter-355af0c8cef433fd5f0aa6cd05b62ad618df1609.zip
feat: add vhdl parser and queries
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c83a7804e..d7b68fa82 100644
--- a/README.md
+++ b/README.md
@@ -445,6 +445,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [vala](https://github.com/vala-lang/tree-sitter-vala) (maintained by @Prince781)
- [x] [vento](https://github.com/ventojs/tree-sitter-vento) (maintained by @wrapperup, @oscarotero)
- [x] [verilog](https://github.com/tree-sitter/tree-sitter-verilog) (maintained by @zegervdv)
+- [x] [vhdl](https://github.com/jpt13653903/tree-sitter-vhdl) (maintained by @jpt13653903)
- [x] [vhs](https://github.com/charmbracelet/tree-sitter-vhs) (maintained by @caarlos0)
- [x] [vim](https://github.com/neovim/tree-sitter-vim) (maintained by @clason)
- [x] [vimdoc](https://github.com/neovim/tree-sitter-vimdoc) (maintained by @clason)