summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc Delage <geam.creadl@gmail.com>2016-10-08 13:42:36 +0200
committerw0rp <w0rp@users.noreply.github.com>2016-10-08 12:42:36 +0100
commitedc5cedd8ce019d4d06931ec8b449a5179153b71 (patch)
treeee3d3cb2701aa3196573a66ebda7de336fa46ba0 /README.md
parentbd6da4489d4e99ba459ae75b2a6ddc942f8a82c7 (diff)
downloadale-edc5cedd8ce019d4d06931ec8b449a5179153b71.zip
Add cpp linter (#64)
* Add c gcc option in the doc * Add missing tag for eslint option in the doc * Correct typo in doc (' ' instead of '.') * add cpp linter * correct typo in doc * add filetype information for c++
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 ca1468a4..09308636 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,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), [shellcheck](https://www.shellcheck.net/) |
| Bourne Shell | [-n flag](http://linux.die.net/man/1/sh), [shellcheck](https://www.shellcheck.net/) |
| C | [gcc](https://gcc.gnu.org/) |
+| C++ (filetype cpp)| [gcc](https://gcc.gnu.org/) |
| CoffeeScript | [coffeelint](https://www.npmjs.com/package/coffeelint) |
| CSS | [csslint](http://csslint.net/) |
| Cython (pyrex filetype) | [cython](http://cython.org/) |