5b3da60cea
* Added hdl_checker support * Added hdl_checker tests HDL Checker searches for files when no config file is found, which could lead to very long searches when the user is not really on a project setting
5 lines
247 B
VimL
5 lines
247 B
VimL
" 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')
|