mirror of
https://github.com/vim/vim.git
synced 2025-09-06 21:53:38 -04:00
Recognize .f03 and .f08 as Fortran files. (Ajit Thakkar)
This commit is contained in:
parent
7f0f621c4c
commit
245803840b
@ -705,9 +705,9 @@ au BufNewFile,BufRead *.frt setf reva
|
|||||||
|
|
||||||
" Fortran
|
" Fortran
|
||||||
if has("fname_case")
|
if has("fname_case")
|
||||||
au BufNewFile,BufRead *.F,*.FOR,*.FPP,*.FTN,*.F77,*.F90,*.F95 setf fortran
|
au BufNewFile,BufRead *.F,*.FOR,*.FPP,*.FTN,*.F77,*.F90,*.F95,*.F03,*.F08 setf fortran
|
||||||
endif
|
endif
|
||||||
au BufNewFile,BufRead *.f,*.for,*.fortran,*.fpp,*.ftn,*.f77,*.f90,*.f95 setf fortran
|
au BufNewFile,BufRead *.f,*.for,*.fortran,*.fpp,*.ftn,*.f77,*.f90,*.f95,*.f03,*.f08 setf fortran
|
||||||
|
|
||||||
" Framescript
|
" Framescript
|
||||||
au BufNewFile,BufRead *.fsl setf framescript
|
au BufNewFile,BufRead *.fsl setf framescript
|
||||||
|
Loading…
x
Reference in New Issue
Block a user