sheerun / vim-polyglot

A solid language pack for Vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fortran Filetype not detected on upper case extension

PaulStryck opened this issue · comments

Describe the bug:
On case sensitive file systems, upper case file extensions are not detected as fortran. I.e., foo.F90 is not detected as fortran whereas foo.f90 is.

To Reproduce:
Open any .F90 file on a case sensitive file system.