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 de3cb2a commit b65fe0cCopy full SHA for b65fe0c
package.json
@@ -46,7 +46,7 @@
46
{
47
"id": "fortran_fixed-form",
48
"aliases": [
49
- "Fortran ",
+ "Fortran",
50
"fortran",
51
"FORTRAN77"
52
],
@@ -162,7 +162,15 @@
162
"description": "Specify the word case to use when suggesting autocomplete options (One of 'lowercase' or 'upercase')"
163
}
164
165
- }
+ },
166
+ "breakpoints": [
167
+ {
168
+ "language": "FortranFreeForm"
169
170
171
+ "language": "fortran_fixed-form"
172
+ }
173
+ ]
174
},
175
"scripts": {
176
"vscode:prepublish": "tsc -p ./",
0 commit comments