summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarcus Zanona <marcus@zanona.co>2017-11-09 09:49:44 -0200
committerMarcus Zanona <marcus@zanona.co>2017-11-09 10:39:39 -0200
commit732d8e3ed6deb1b16bf47e21ce1a823e5e23228b (patch)
tree304b1d14291bd493c262862c3d2985082ad11508 /README.md
parent8ef8a35462e9d3fbfe3fdf704e06ab957fb4ed7f (diff)
downloadale-732d8e3ed6deb1b16bf47e21ce1a823e5e23228b.zip
Add support for linting less files with lessc
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 9c5bc5a1..7c6488c1 100644
--- a/README.md
+++ b/README.md
@@ -109,6 +109,7 @@ formatting.
| JSON | [jsonlint](http://zaa.ch/jsonlint/), [prettier](https://github.com/prettier/prettier) |
| Kotlin | [kotlinc](https://kotlinlang.org) !!, [ktlint](https://ktlint.github.io) !! see `:help ale-integration-kotlin` for configuration instructions |
| LaTeX | [chktex](http://www.nongnu.org/chktex/), [lacheck](https://www.ctan.org/pkg/lacheck), [proselint](http://proselint.com/), [write-good](https://github.com/btford/write-good) |
+| Less | [lessc](https://www.npmjs.com/package/less) |
| LLVM | [llc](https://llvm.org/docs/CommandGuide/llc.html) |
| Lua | [luacheck](https://github.com/mpeterv/luacheck) |
| Mail | [proselint](http://proselint.com/), [vale](https://github.com/ValeLint/vale) |