diff options
author | Masahiro H <mshr-h@users.noreply.github.com> | 2016-10-08 20:29:45 +0900 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2016-10-08 12:29:45 +0100 |
commit | bd6da4489d4e99ba459ae75b2a6ddc942f8a82c7 (patch) | |
tree | e3ee1100d9f97d7367a24ec79ef62f4b607f2071 /doc | |
parent | 197137aea0cd4816a3705d3d63e7bb0d61516c87 (diff) | |
download | ale-bd6da4489d4e99ba459ae75b2a6ddc942f8a82c7.zip |
Add iverilog for verilog (#63)
* Add iverilog for verilog
* Remove extra spacing/blank line
* Set column to 1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 5ec2852a..90ff10b0 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -59,6 +59,7 @@ The following languages and tools are supported. * SCSS: 'sasslint', 'scsslint' * Scala: 'scalac' * TypeScript: 'tslint' +* Verilog: 'iverilog' * Vim: 'vint' * YAML: 'yamllint' |