diff options
author | Francisco Lopes <francisco@oblita.com> | 2019-02-06 20:29:58 -0200 |
---|---|---|
committer | Francisco Lopes <francisco@oblita.com> | 2019-02-06 20:29:58 -0200 |
commit | b47a0c951935d6530cde649e4be276a04303d4d2 (patch) | |
tree | 11c0b859ed9350a90a0ada3892555c33cf40d3e2 /README.md | |
parent | c0c634c5eccfee6b5fd3ba7e6d506c345abc3e21 (diff) | |
download | ale-b47a0c951935d6530cde649e4be276a04303d4d2.zip |
Make Cypher linter dynamic
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,6 +118,7 @@ formatting. | Crystal | [ameba](https://github.com/veelenga/ameba) !!, [crystal](https://crystal-lang.org/) !! | | CSS | [csslint](http://csslint.net/), [prettier](https://github.com/prettier/prettier), [stylelint](https://github.com/stylelint/stylelint) | | Cucumber | [cucumber](https://cucumber.io/) | +| Cypher | [cypher-lint](https://github.com/cleishm/libcypher-parser) | | Cython (pyrex filetype) | [cython](http://cython.org/) | | D | [dls](https://github.com/d-language-server/dls), [dmd](https://dlang.org/dmd-linux.html), [uncrustify](https://github.com/uncrustify/uncrustify) | | Dafny | [dafny](https://rise4fun.com/Dafny) !! | @@ -211,7 +212,6 @@ formatting. | XML | [xmllint](http://xmlsoft.org/xmllint.html) | | YAML | [prettier](https://github.com/prettier/prettier), [swaglint](https://github.com/byCedric/swaglint), [yamllint](https://yamllint.readthedocs.io/) | | YANG | [yang-lsp](https://github.com/theia-ide/yang-lsp) | -| Cypher | [cypher-lint](https://github.com/cleishm/libcypher-parser) !! | <a name="usage"></a> |