File tree Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3333 " Fortran" ,
3434 " Free Form fortran" ,
3535 " Fixed Form fortran" ,
36+ " Modern Fortran" ,
3637 " IntelliSense" ,
38+ " fortls" ,
39+ " fpm" ,
3740 " IDE"
3841 ],
3942 "categories" : [
6063 {
6164 "id" : " FortranFreeForm" ,
6265 "aliases" : [
63- " Fortran90 " ,
64- " fortran90 "
66+ " Fortran " ,
67+ " Fortran90 "
6568 ],
6669 "extensions" : [
6770 " .f90" ,
8487 {
8588 "id" : " FortranFixedForm" ,
8689 "aliases" : [
87- " Fortran" ,
88- " fortran" ,
89- " FORTRAN77" ,
90- " fortran_fixed-form"
90+ " Fortran77"
9191 ],
9292 "extensions" : [
9393 " .f" ,
You can’t perform that action at this time.
0 commit comments