vim-endwise
vim-endwise copied to clipboard
Add fortran support
Adds Fortran endwise pairings:
-
programname/end programname -
modulename/end modulename -
submodule (modname1:modname2:...)name/end submodulename -
[prefix [type]]functionname()/end functionname -
[prefix]subroutinename()/end subroutinename -
type, [[attr...]::]name/end typename -
[label:]do/end do -
[label:]if/end if -
[label:]associate/end associate -
[label:]select case/type/rank/end select -
[label:]block/end block -
[label:]forall/end forall -
[label:]critical/end critical -
[label:]where/end where -
[abstract] interface/end interface -
enum. bind(c)/end enum