You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused language aliases and add tags. Also, need to change the language alias Fortran from Fixed Form to Free Form. Changes that need to be made are as follows:
Language Aliases
Removed
FORTRAN77
fortran_fixed-form
Changed
Fortran: to F90 from F77. Is now the primary alias for FreeForm
Fortran77: default alias for FixedForm
Keywords
Added
Modern Fortran
fortls
fpm
This will cause breaking changes to anyone using the aliases instead of the language IDs. We will keep Fortran90 as an alias for FortranFreeForm to keep things consistent with fortls.
The text was updated successfully, but these errors were encountered:
## Language Aliases
### Removed
- FORTRAN77
- fortran_fixed-form
### Changed
- `Fortran`: to F90 from F77. Is now the primary alias for FreeForm
- `Fortran77`: default alias for FixedForm
## Keywords
### Added
- Modern Fortran
- fortls
- fpm
Fixes [MAINT] Removed unused Language Aliases #536
Remove unused language aliases and add tags. Also, need to change the language alias
Fortran
from Fixed Form to Free Form. Changes that need to be made are as follows:Language Aliases
Removed
Changed
Fortran
: to F90 from F77. Is now the primary alias for FreeFormFortran77
: default alias for FixedFormKeywords
Added
This will cause breaking changes to anyone using the aliases instead of the language IDs. We will keep
Fortran90
as an alias forFortranFreeForm
to keep things consistent withfortls
.The text was updated successfully, but these errors were encountered: