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 d5bb1ee commit e8f020dCopy full SHA for e8f020d
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
@@ -40,7 +40,8 @@
40
"Formatters"
41
],
42
"activationEvents": [
43
- "onLanguage:FortranFreeForm"
+ "onLanguage:FortranFreeForm",
44
+ "onLanguage:FortranFixedForm"
45
46
"main": "./out/src/extension",
47
"extensionDependencies": [
0 commit comments