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 f20856e commit 901bcb3Copy full SHA for 901bcb3
package.json
@@ -216,7 +216,7 @@
216
"test:grammar-free": "vscode-tmgrammar-snap -s source.fortran.free -g ./syntaxes/fortran_free-form.tmLanguage.json -t \"./test/**/*{.f90,F90}\"",
217
"test:grammar-fixed": "vscode-tmgrammar-snap -s source.fortran.fixed -g ./syntaxes/fortran_fixed-form.tmLanguage.json -t \"./test/**/*{.f,F}\"",
218
"test:grammar": "npm run test:grammar-free && npm run test:grammar-fixed",
219
- "test:grammar-update": "npm run test:grammar -- -u",
+ "test:grammar-update": "npm run test:grammar-free -- -u && npm run test:grammar-fixed -- -u",
220
"lint": "node ./node_modules/tslint/bin/tslint ./src/**/*.ts "
221
},
222
"devDependencies": {
0 commit comments