mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
Add Fortran queries from @oponkork
This commit is contained in:
parent
3b8d23ca30
commit
9820c8ca7d
3 changed files with 105 additions and 1 deletions
11
queries/fortran/folds.scm
Normal file
11
queries/fortran/folds.scm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
;; by @oponkork
|
||||
[
|
||||
(if_statement)
|
||||
(where_statement)
|
||||
(enum_statement)
|
||||
(do_loop_statement)
|
||||
(derived_type_definition)
|
||||
(function)
|
||||
(subroutine)
|
||||
(interface)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue