mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat: add rbs parser support (#5745)
This commit is contained in:
parent
36f81e698e
commit
b41bbcbb9a
7 changed files with 160 additions and 0 deletions
|
|
@ -1536,6 +1536,14 @@ list.rasi = {
|
|||
maintainers = { "@Fymyte" },
|
||||
}
|
||||
|
||||
list.rbs = {
|
||||
install_info = {
|
||||
url = "https://github.com/joker1007/tree-sitter-rbs",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@joker1007" },
|
||||
}
|
||||
|
||||
list.re2c = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-re2c",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue