Skip to content

Commit e8f020d

Browse files
committed
The extension would not activate for fixed form
Fixes Extension does not activate for FixedForm #257
1 parent d5bb1ee commit e8f020d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## Fixed
11+
12+
- Extension now activates for `FortranFixedForm`
13+
1014
## Changed
1115

1216
- Renamed the Fixed Format Format language from `fortran_fixed-form` to

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"Formatters"
4141
],
4242
"activationEvents": [
43-
"onLanguage:FortranFreeForm"
43+
"onLanguage:FortranFreeForm",
44+
"onLanguage:FortranFixedForm"
4445
],
4546
"main": "./out/src/extension",
4647
"extensionDependencies": [

0 commit comments

Comments
 (0)