Skip to content

Commit c186690

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)