blob: c9d306b3d2f9ca2b87a027ce9500f8c040c6c479 (
plain)
1
2
3
4
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('vhdl')
|