feat(readline): add parser tree-sitter-readline (#6058)

This commit is contained in:
Riley Bruins 2024-02-08 11:03:21 -08:00 committed by GitHub
parent b444afa1da
commit cbf0dfd92f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 92 additions and 0 deletions

View file

@ -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",