Skip to content

Commit 2667ea5

Browse files
committed
The extension would not activate for fixed form
Fixes Extension does not activate for FixedForm #257
1 parent 2efb897 commit 2667ea5

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
@@ -20,7 +20,8 @@
2020
"Formatters"
2121
],
2222
"activationEvents": [
23-
"onLanguage:FortranFreeForm"
23+
"onLanguage:FortranFreeForm",
24+
"onLanguage:FortranFixedForm"
2425
],
2526
"main": "./out/src/extension",
2627
"extensionDependencies": [

0 commit comments

Comments
 (0)