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

6 lines
247 B
VimL
Raw Normal View History

2020-12-04 16:15:32 -05:00
" 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')