File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,19 @@ This extension provides support for the Fortran programming language. It include
4
4
a linting based on gfortran.
5
5
In the future will include autocompletion and documentation support...
6
6
## Features
7
-
8
- Provides linting capabilities to Fortran language in Visual Studio Code.
9
-
10
- Features:
7
+ vsce publish minor
11
8
* Syntax highlighting
12
9
* Code Snippets
13
- * gfrontran linting
10
+ * Code linting based on ` gfortran ` to show errors swiggles in your code
14
11
15
12
## Requirements
16
13
17
- gfortran on your path, or wherever you configure it to be.
14
+ For the linter to work you need to have ` gfortran ` on your path, or wherever you configure it to be.
18
15
19
16
20
17
## Notice
21
18
The syntax highlight support was imported from [ TextMate bundle] ( https://github.com/textmate/fortran.tmbundle )
22
19
23
- The idea of using gfortran cames from this awesome [ fortran plugin] ( https://github.com/315234/SublimeFortran ) for Sublime Text.
20
+ The idea of using gfortran cames from this awesome [ fortran plugin] ( https://github.com/315234/SublimeFortran ) for Sublime Text.
21
+ ## LICENSE
22
+ MIT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " linter-gfortran" ,
3
- "displayName" : " Modern Fortran " ,
3
+ "displayName" : " Modern Fortran" ,
4
4
"description" : " Modern Fortran language support, including syntax highlighting and error detection." ,
5
- "version" : " 0.3 .0" ,
5
+ "version" : " 0.4 .0" ,
6
6
"publisher" : " krvajalm" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.12.0"
59
59
"@types/node" : " ^6.0.40" ,
60
60
"@types/mocha" : " ^2.2.32"
61
61
}
62
-
63
62
}
You can’t perform that action at this time.
0 commit comments