summaryrefslogtreecommitdiff
path: root/ale_linters/verilog/hdl_checker.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/verilog/hdl_checker.vim')
-rw-r--r--ale_linters/verilog/hdl_checker.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/ale_linters/verilog/hdl_checker.vim b/ale_linters/verilog/hdl_checker.vim
new file mode 100644
index 00000000..b05d8565
--- /dev/null
+++ b/ale_linters/verilog/hdl_checker.vim
@@ -0,0 +1,5 @@
+" Author: suoto <andre820@gmail.com>
+" Description: Adds support for HDL Code Checker, which wraps vcom/vlog, ghdl
+" or xvhdl. More info on https://github.com/suoto/hdl_checker
+
+call ale#handlers#hdl_checker#DefineLinter('verilog')