We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efb897 commit 2667ea5Copy full SHA for 2667ea5
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+## Fixed
11
+
12
+- Extension now activates for `FortranFixedForm`
13
14
## Changed
15
16
- Renamed the Fixed Format Format language from `fortran_fixed-form` to
package.json
@@ -20,7 +20,8 @@
20
"Formatters"
21
],
22
"activationEvents": [
23
- "onLanguage:FortranFreeForm"
+ "onLanguage:FortranFreeForm",
24
+ "onLanguage:FortranFixedForm"
25
26
"main": "./out/src/extension",
27
"extensionDependencies": [
0 commit comments