summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartino Pilia <martino.pilia@gmail.com>2018-11-11 18:26:37 +0100
committerMartino Pilia <martino.pilia@gmail.com>2018-11-11 18:26:37 +0100
commit0b4507ed565a53ad884dd9c7a0042daa4c782ae4 (patch)
treef731ba52b456cfd402423115780619a98dde23aa /README.md
parentd30da203b91345b472e5d83f048bd42a6ca13804 (diff)
downloadale-0b4507ed565a53ad884dd9c7a0042daa4c782ae4.zip
Add linter for ispc
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 4540ac9f..0c96b811 100644
--- a/README.md
+++ b/README.md
@@ -140,6 +140,7 @@ formatting.
| HCL | [terraform-fmt](https://github.com/hashicorp/terraform) |
| HTML | [alex](https://github.com/wooorm/alex) !!, [HTMLHint](http://htmlhint.com/), [proselint](http://proselint.com/), [tidy](http://www.html-tidy.org/), [prettier](https://github.com/prettier/prettier), [write-good](https://github.com/btford/write-good) |
| Idris | [idris](http://www.idris-lang.org/) |
+| ISPC | [ispc](https://ispc.github.io/) |
| Java | [checkstyle](http://checkstyle.sourceforge.net), [javac](http://www.oracle.com/technetwork/java/javase/downloads/index.html), [google-java-format](https://github.com/google/google-java-format), [PMD](https://pmd.github.io/), [javalsp](https://github.com/georgewfraser/vscode-javac), [uncrustify](https://github.com/uncrustify/uncrustify) |
| JavaScript | [eslint](http://eslint.org/), [flow](https://flowtype.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/), [prettier](https://github.com/prettier/prettier), [prettier-eslint](https://github.com/prettier/prettier-eslint-cli), [prettier-standard](https://github.com/sheerun/prettier-standard), [standard](http://standardjs.com/), [xo](https://github.com/sindresorhus/xo)
| JSON | [fixjson](https://github.com/rhysd/fixjson), [jsonlint](http://zaa.ch/jsonlint/), [jq](https://stedolan.github.io/jq/), [prettier](https://github.com/prettier/prettier) |