feat: add parsers and queries for apex, sosl, soql (#5396)

This commit is contained in:
Xi Xiao 2023-09-17 20:00:21 +03:00 committed by GitHub
parent dac6efbaff
commit 280cf6fddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 534 additions and 0 deletions

View file

@ -91,6 +91,15 @@ list.agda = {
maintainers = { "@Decodetalkers" },
}
list.apex = {
install_info = {
url = "https://github.com/aheber/tree-sitter-sfapex",
files = { "src/parser.c" },
location = "apex",
},
maintainers = { "@aheber" },
}
list.arduino = {
install_info = {
url = "https://github.com/ObserverOfTime/tree-sitter-arduino",
@ -1545,6 +1554,24 @@ list.solidity = {
maintainers = { "@amaanq" },
}
list.soql = {
install_info = {
url = "https://github.com/aheber/tree-sitter-sfapex",
files = { "src/parser.c" },
location = "soql",
},
maintainers = { "@aheber" },
}
list.sosl = {
install_info = {
url = "https://github.com/aheber/tree-sitter-sfapex",
files = { "src/parser.c" },
location = "sosl",
},
maintainers = { "@aheber" },
}
list.sparql = {
install_info = {
url = "https://github.com/BonaBeavis/tree-sitter-sparql",