Skip to content

Commit 80b0c5a

Browse files
committed
Update extension icon
1 parent 865d479 commit 80b0c5a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "linter-gfortran",
3-
"displayName": "fortran-linter",
4-
"description": "A linter for fortran code based on gfortran.",
5-
"version": "0.1.0",
3+
"displayName": "Modern Fortran ",
4+
"description": "Modern Fortran language support, including syntax highlighting and error detection.",
5+
"version": "0.3.0",
66
"publisher": "krvajalm",
77
"engines": {
88
"vscode": "^1.12.0"
@@ -14,7 +14,8 @@
1414
},
1515
"categories": [
1616
"Languages",
17-
"Snippets"
17+
"Snippets",
18+
"Linters"
1819
],
1920
"activationEvents": [
2021
"onLanguage:fortran90"
@@ -58,4 +59,5 @@
5859
"@types/node": "^6.0.40",
5960
"@types/mocha": "^2.2.32"
6061
}
62+
6163
}

0 commit comments

Comments
 (0)