Skip to content

Commit c2bb4d9

Browse files
committed
Update README
1 parent 94dbdff commit c2bb4d9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- GoTo/Peek implementation and Find/Peek references
3737
- Project-wide and Document symbol detection and Renaming
3838
- [Native Language Server integration](#language-server-integration) with [`fortls`](https://github.com/gnikit/fortls)
39-
- [Linting support](#linting) for GCC's [`gfortran`](https://gcc.gnu.org/wiki/GFortran), and Intel's [`ifort`](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html), `ifx`
39+
- [Linting support](#linting): GNU's [`gfortran`](https://gcc.gnu.org/wiki/GFortran), Intel's [`ifort`](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html), `ifx`, NAG's [`nagfor`](https://www.nag.co.uk/nagfor/)
4040
- [Interactive Debugger with UI](#debugging)
4141
- [Formatting](#formatting) with [findent](https://github.com/gnikit/findent-pypi) or [fprettify](https://github.com/pseewald/fprettify)
4242
- [Code snippets](#snippets) (more can be defined by the user [see](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_create-your-own-snippets))
@@ -81,6 +81,12 @@ For more about the Language Server's capabilities please refer to the
8181
Linting allows for compiler error and warning detection while coding
8282
without the user having to compile.
8383

84+
| Vendor | Compiler |
85+
| --------------------------------------------------------------------------------------------- | -------------- |
86+
| [GNU](https://gcc.gnu.org/wiki/GFortran) | `gfortran` |
87+
| [Intel](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) | `ifort`, `ifx` |
88+
| [NAG](https://www.nag.com/) | `nagfor` |
89+
8490
Using an invalid if expression
8591

8692
![alt](assets/gif/lint-demo.gif)

0 commit comments

Comments
 (0)