Skip to content

Commit fb179c8

Browse files
committed
Removes redundant tags & language aliases
## 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
1 parent e943168 commit fb179c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
"Fortran",
3434
"Free Form fortran",
3535
"Fixed Form fortran",
36+
"Modern Fortran",
3637
"IntelliSense",
38+
"fortls",
39+
"fpm",
3740
"IDE"
3841
],
3942
"categories": [
@@ -60,8 +63,8 @@
6063
{
6164
"id": "FortranFreeForm",
6265
"aliases": [
63-
"Fortran90",
64-
"fortran90"
66+
"Fortran",
67+
"Fortran90"
6568
],
6669
"extensions": [
6770
".f90",
@@ -84,10 +87,7 @@
8487
{
8588
"id": "FortranFixedForm",
8689
"aliases": [
87-
"Fortran",
88-
"fortran",
89-
"FORTRAN77",
90-
"fortran_fixed-form"
90+
"Fortran77"
9191
],
9292
"extensions": [
9393
".f",

0 commit comments

Comments
 (0)