Update Fortran indents.scm

pull/13802/head
bclmary 2025-06-19 21:54:50 +02:00 committed by GitHub
parent 652d02d84b
commit 7ac8469eba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,9 @@
[ [
(module) (module)
(submodule)
(program) (program)
(subroutine) (subroutine)
(module_procedure)
(function) (function)
; (interface) ; (interface)
(if_statement) (if_statement)
@ -13,8 +15,10 @@
[ [
(end_module_statement) (end_module_statement)
(end_submodule_statement)
(end_program_statement) (end_program_statement)
(end_subroutine_statement) (end_subroutine_statement)
(end_module_procedure_statement)
(end_function_statement) (end_function_statement)
; (end_interface_statement) ; (end_interface_statement)
(end_if_statement) (end_if_statement)
@ -24,4 +28,4 @@
(end_type_statement) (end_type_statement)
(end_enum_statement) (end_enum_statement)
(end_where_statement) (end_where_statement)
] @outdent ] @branch