mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/ale/ale_linters/vhdl/hdl_checker.vim

6 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')