mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
feat(roc): add new parser tree-sitter-roc
This commit is contained in:
parent
1d1d92e94a
commit
905fedfa28
6 changed files with 246 additions and 0 deletions
|
|
@ -1730,6 +1730,14 @@ list.robot = {
|
|||
maintainers = { "@Hubro" },
|
||||
}
|
||||
|
||||
list.roc = {
|
||||
install_info = {
|
||||
url = "https://github.com/nat-418/tree-sitter-roc",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@nat-418" },
|
||||
}
|
||||
|
||||
list.ron = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-ron",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue