mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat: add fidl parser
This commit is contained in:
parent
19bf991be2
commit
a8d2b54e28
5 changed files with 84 additions and 0 deletions
|
|
@ -535,6 +535,15 @@ list.fennel = {
|
|||
maintainers = { "@alexmozaidze" },
|
||||
}
|
||||
|
||||
list.fidl = {
|
||||
install_info = {
|
||||
url = "https://github.com/google/tree-sitter-fidl",
|
||||
files = { "src/parser.c" },
|
||||
requires_generate_from_grammar = true,
|
||||
},
|
||||
maintainers = { "@chaopeng" },
|
||||
}
|
||||
|
||||
list.firrtl = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-firrtl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue