mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add parsers and queries for apex, sosl, soql (#5396)
This commit is contained in:
parent
dac6efbaff
commit
280cf6fddd
7 changed files with 534 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue