mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -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
6
queries/apex/folds.scm
Normal file
6
queries/apex/folds.scm
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
(class_body)
|
||||
(constructor_declaration)
|
||||
(argument_list)
|
||||
(annotation_argument_list)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue