Skip to content

Commit

Permalink
Merge pull request #327 from ColemanTom/add_fortran_file_extensions
Browse files Browse the repository at this point in the history
Add file extensions for modern fortran
  • Loading branch information
asottile committed Sep 6, 2022
2 parents ae38e88 + 858928b commit 7b208a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions identify/extensions.py
Expand Up @@ -52,6 +52,10 @@
'erb': {'text', 'erb'},
'exe': {'binary'},
'eyaml': {'text', 'yaml'},
'f03': {'text', 'fortran'},
'f08': {'text', 'fortran'},
'f90': {'text', 'fortran'},
'f95': {'text', 'fortran'},
'feature': {'text', 'gherkin'},
'fish': {'text', 'fish'},
'fits': {'binary', 'fits'},
Expand Down

0 comments on commit 7b208a8

Please sign in to comment.