diff options
| author | John-Philip Taylor <41227383+jpt13653903@users.noreply.github.com> | 2024-07-18 08:46:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-18 08:46:12 +0200 |
| commit | 355af0c8cef433fd5f0aa6cd05b62ad618df1609 (patch) | |
| tree | cf0c02ebdce4625aad3671e916e8159ac3cba93d /README.md | |
| parent | fix(filetype): add missing shorthands for Perl, Uxn Tal (diff) | |
| download | nvim-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
