mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add smithy (#4245)
This commit is contained in:
parent
f6531e27fd
commit
e00952111e
4 changed files with 126 additions and 0 deletions
|
|
@ -639,6 +639,14 @@ list.smali = {
|
|||
experimental = true,
|
||||
}
|
||||
|
||||
list.smithy = {
|
||||
install_info = {
|
||||
url = "https://github.com/indoorvivants/tree-sitter-smithy",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@amaanq", "@keynmol" },
|
||||
}
|
||||
|
||||
list.haskell = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-haskell",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue