mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(fortran): account for the .F90
extension
In the Elder Days, it was common to give Fortran files the extensions of `.FOR` or later `.F90`. The major modes for Fortran don't automatically detect this conversion. The former was already accounted for in Doom's module, but not the latter. This commit rectifies this.
This commit is contained in:
committed by
Henrik Lissner
parent
b4034a590b
commit
e395ff0eb0
@ -5,6 +5,7 @@
|
||||
|
||||
(use-package! f90
|
||||
:defer t
|
||||
:mode ("\\.F90" . f90-mode)
|
||||
:config
|
||||
;; --- Compilation --- ;;
|
||||
;; Used by `compile' (SPC c c)
|
||||
|
Reference in New Issue
Block a user