mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 07:20:06 -04:00
feat: add FIRRTL
This commit is contained in:
parent
eadf4f43c6
commit
eb1e599251
7 changed files with 257 additions and 0 deletions
|
|
@ -415,6 +415,14 @@ list.fennel = {
|
|||
maintainers = { "@TravonteD" },
|
||||
}
|
||||
|
||||
list.firrtl = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-firrtl",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.fish = {
|
||||
install_info = {
|
||||
url = "https://github.com/ram02z/tree-sitter-fish",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue