mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(sflog): add sflog (Salesforce debug log) parser and highlights
Co-authored-by: xi xiao <tdxiaoxi2@gmail.com>
This commit is contained in:
parent
c8f8dd1551
commit
9a0db40403
3 changed files with 63 additions and 3 deletions
|
|
@ -98,7 +98,7 @@ list.apex = {
|
|||
files = { "src/parser.c" },
|
||||
location = "apex",
|
||||
},
|
||||
maintainers = { "@aheber" },
|
||||
maintainers = { "@aheber", "@xixiaofinland" },
|
||||
}
|
||||
|
||||
list.arduino = {
|
||||
|
|
@ -1908,6 +1908,15 @@ list.scss = {
|
|||
maintainers = { "@elianiva" },
|
||||
}
|
||||
|
||||
list.sflog = {
|
||||
install_info = {
|
||||
url = "https://github.com/aheber/tree-sitter-sfapex",
|
||||
files = { "src/parser.c" },
|
||||
location = "sflog",
|
||||
},
|
||||
maintainers = { "@aheber", "@xixiaofinland" },
|
||||
}
|
||||
|
||||
list.slang = {
|
||||
install_info = {
|
||||
url = "https://github.com/theHamsta/tree-sitter-slang",
|
||||
|
|
@ -1966,7 +1975,7 @@ list.soql = {
|
|||
files = { "src/parser.c" },
|
||||
location = "soql",
|
||||
},
|
||||
maintainers = { "@aheber" },
|
||||
maintainers = { "@aheber", "@xixiaofinland" },
|
||||
}
|
||||
|
||||
list.sosl = {
|
||||
|
|
@ -1975,7 +1984,7 @@ list.sosl = {
|
|||
files = { "src/parser.c" },
|
||||
location = "sosl",
|
||||
},
|
||||
maintainers = { "@aheber" },
|
||||
maintainers = { "@aheber", "@xixiaofinland" },
|
||||
}
|
||||
|
||||
list.sourcepawn = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue