Skip to content

Commit 27fa800

Browse files
authored
Merge pull request #537 from fortran-lang:chore/tags-cleanup
Removes redundant tags & language aliases
2 parents e943168 + f69e96a commit 27fa800

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [3.2.0]
11+
12+
### Added
13+
14+
- Added `Modern Fortran`, `fortls` and `fpm` as keywords to the extension
15+
([#536](https://github.com/fortran-lang/vscode-fortran-support/issues/536))
16+
17+
### Changed
18+
19+
- Changed Free and Fixed Form language aliases. `Fortran` is now associated with `FortranFreeForm`
20+
([#536](https://github.com/fortran-lang/vscode-fortran-support/issues/536))
21+
22+
## [3.1.0]
23+
24+
### Changed
25+
26+
- Version bumped to v3.1.0
27+
1028
## [3.0.0]
1129

1230
### Added
@@ -448,6 +466,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
448466
- Initial release
449467

450468
[unreleased]: https://github.com/fortran-lang/vscode-fortran-support/compare/v3.0....HEAD
469+
[3.2.0]: https://github.com/fortran-lang/vscode-fortran-support/compare/v3.1.0...v3.2.0
470+
[3.1.0]: https://github.com/fortran-lang/vscode-fortran-support/compare/v3.0.0...v3.1.0
451471
[3.0.0]: https://github.com/fortran-lang/vscode-fortran-support/compare/v2.6.2...v3.0.0
452472
[2.6.2]: https://github.com/fortran-lang/vscode-fortran-support/compare/v2.6.1...v2.6.2
453473
[2.6.1]: https://github.com/fortran-lang/vscode-fortran-support/compare/v2.6.0...v2.6.1

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)