mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat(readline): add parser tree-sitter-readline (#6058)
This commit is contained in:
parent
b444afa1da
commit
cbf0dfd92f
7 changed files with 92 additions and 0 deletions
|
|
@ -1595,6 +1595,14 @@ list.re2c = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.readline = {
|
||||
install_info = {
|
||||
url = "https://github.com/ribru17/tree-sitter-readline",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@ribru17" },
|
||||
}
|
||||
|
||||
list.regex = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-regex",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue