feat: add sourcepawn parser and queries (#5865)

This commit is contained in:
Charles 2024-02-09 16:40:01 +01:00 committed by GitHub
parent 3dbea103d8
commit 95036477c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 337 additions and 0 deletions

View file

@ -1791,6 +1791,15 @@ list.sosl = {
maintainers = { "@aheber" },
}
list.sourcepawn = {
install_info = {
url = "https://github.com/nilshelmig/tree-sitter-sourcepawn",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@Sarrus1" },
tier = 3,
}
list.sparql = {
install_info = {
url = "https://github.com/BonaBeavis/tree-sitter-sparql",