Skip to content

Commit a077d0d

Browse files
committed
Update Readme
1 parent b0f5203 commit a077d0d

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@ This extension provides support for the Fortran programming language. It include
44
a linting based on gfortran.
55
In 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
2118
The 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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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"
@@ -59,5 +59,4 @@
5959
"@types/node": "^6.0.40",
6060
"@types/mocha": "^2.2.32"
6161
}
62-
6362
}

0 commit comments

Comments
 (0)