summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-09-18 19:19:40 +0100
committerw0rp <devw0rp@gmail.com>2016-09-18 19:19:40 +0100
commit9553c24fa00ac8499d01adbb55d32403f180bf53 (patch)
tree465f54f99b32407b3af9299ef2a3b9becaa0c66e /README.md
parent0bc4b4c14c3cce61dd1838b5ed3ae5696f76f14d (diff)
downloadale-9553c24fa00ac8499d01adbb55d32403f180bf53.zip
Add support for checking Fortran syntax with GCC. Mad respect for the mathematicians.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e37c831..05ad5426 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ name. That seems to be the fairest way to arrange this table.
| Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set) |
| Bourne Shell | [-n flag](http://linux.die.net/man/1/sh) |
| D | [dmd](https://dlang.org/dmd-linux.html) |
+| Fortran | [gcc](https://gcc.gnu.org/) |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |