mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add smali to lockfile, parser, and link to repo in README
This commit is contained in:
parent
ed021ac3af
commit
c657cf6b11
3 changed files with 13 additions and 0 deletions
|
|
@ -600,6 +600,15 @@ list.slint = {
|
|||
experimental = true,
|
||||
}
|
||||
|
||||
list.smali = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-smali",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
list.haskell = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-haskell",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue