refactor!: restructure and document configuration
This commit is contained in:
parent
4a02e072a7
commit
f87f9995be
126 changed files with 957 additions and 590 deletions
16
modules/neovim/queries/c_sharp/folds.scm
Normal file
16
modules/neovim/queries/c_sharp/folds.scm
Normal file
|
@ -0,0 +1,16 @@
|
|||
;; extends
|
||||
|
||||
; Capture entire regions for folding
|
||||
(
|
||||
(preproc_region) @region_begin
|
||||
.
|
||||
[
|
||||
(comment)
|
||||
(declaration)
|
||||
(statement)
|
||||
(type_declaration)
|
||||
]*
|
||||
.
|
||||
(preproc_endregion) @region_end (#offset! @region_end 0 0 -1 0)
|
||||
(#make-range! "fold" @region_begin @region_end)
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue