mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
feat: add sourcepawn parser and queries (#5865)
This commit is contained in:
parent
3dbea103d8
commit
95036477c1
6 changed files with 337 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue