mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add RON
This commit is contained in:
parent
70af55b428
commit
720f75f988
8 changed files with 100 additions and 2 deletions
|
|
@ -424,7 +424,6 @@ list.func = {
|
|||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-func",
|
||||
files = { "src/parser.c" },
|
||||
branch = "master",
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
|
@ -755,7 +754,6 @@ list.julia = {
|
|||
list.kdl = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-kdl",
|
||||
branch = "master",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
|
|
@ -1128,6 +1126,14 @@ list.rnoweb = {
|
|||
maintainers = { "@bamonroe" },
|
||||
}
|
||||
|
||||
list.ron = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-ron",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.rst = {
|
||||
install_info = {
|
||||
url = "https://github.com/stsewd/tree-sitter-rst",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue