aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua27
1 files changed, 27 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 5251fdb4a..253cfb7fd 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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",