feat(razor): add parser and queries (#7545)

This commit is contained in:
Tristan Knight 2025-02-01 19:06:26 +00:00 committed by GitHub
parent bcd0b26607
commit 39bf51ff68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 95 additions and 0 deletions

View file

@ -1861,6 +1861,14 @@ list.rasi = {
maintainers = { "@Fymyte" },
}
list.razor = {
install_info = {
url = "https://github.com/tris203/tree-sitter-razor",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@tris203" },
}
list.rbs = {
install_info = {
url = "https://github.com/joker1007/tree-sitter-rbs",