vim-endwise
vim-endwise copied to clipboard
Add fortran support
Adds Fortran endwise pairings:
programname/end programnamemodulename/end modulenamesubmodule (modname1:modname2:...)name/end submodulename[prefix [type]]functionname()/end functionname[prefix]subroutinename()/end subroutinenametype, [[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 interfaceenum. bind(c)/end enum