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 865d479 commit 80b0c5aCopy full SHA for 80b0c5a
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "linter-gfortran",
3
- "displayName": "fortran-linter",
4
- "description": "A linter for fortran code based on gfortran.",
5
- "version": "0.1.0",
+ "displayName": "Modern Fortran ",
+ "description": "Modern Fortran language support, including syntax highlighting and error detection.",
+ "version": "0.3.0",
6
"publisher": "krvajalm",
7
"engines": {
8
"vscode": "^1.12.0"
@@ -14,7 +14,8 @@
14
},
15
"categories": [
16
"Languages",
17
- "Snippets"
+ "Snippets",
18
+ "Linters"
19
],
20
"activationEvents": [
21
"onLanguage:fortran90"
@@ -58,4 +59,5 @@
58
59
"@types/node": "^6.0.40",
60
"@types/mocha": "^2.2.32"
61
}
62
+
63
0 commit comments