1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-11 22:38:26 +01:00
helix/runtime/queries/fortran/indents.scm
2025-09-13 19:28:20 -04:00

32 lines
575 B
Scheme

[
(module)
(submodule)
(program)
(subroutine)
(module_procedure)
(function)
; (interface)
(if_statement)
(do_loop_statement)
(where_statement)
(derived_type_definition)
(enum)
] @indent
[
(end_module_statement)
(end_submodule_statement)
(end_program_statement)
(end_subroutine_statement)
(end_module_procedure_statement)
(end_function_statement)
; (end_interface_statement)
(end_if_statement)
(end_do_loop_statement)
(else_clause)
(elseif_clause)
(end_type_statement)
(end_enum_statement)
(end_where_statement)
] @outdent