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
44a linting based on gfortran.
55In the future will include autocompletion and documentation support...
66## Features
7-
8- Provides linting capabilities to Fortran language in Visual Studio Code.
9-
10- Features:
7+ vsce publish minor
118* Syntax highlighting
129* Code Snippets
13- * gfrontran linting
10+ * Code linting based on ` gfortran ` to show errors swiggles in your code
1411
1512## Requirements
1613
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.
1815
1916
2017## Notice
2118The syntax highlight support was imported from [ TextMate bundle] ( https://github.com/textmate/fortran.tmbundle )
2219
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 11{
22 "name" : " linter-gfortran" ,
3- "displayName" : " Modern Fortran " ,
3+ "displayName" : " Modern Fortran" ,
44 "description" : " Modern Fortran language support, including syntax highlighting and error detection." ,
5- "version" : " 0.3 .0" ,
5+ "version" : " 0.4 .0" ,
66 "publisher" : " krvajalm" ,
77 "engines" : {
88 "vscode" : " ^1.12.0"
5959 "@types/node" : " ^6.0.40" ,
6060 "@types/mocha" : " ^2.2.32"
6161 }
62-
6362}
You can’t perform that action at this time.
0 commit comments