Add comment headers to verilog linters

This commit is contained in:
mshr-h 2016-10-09 11:32:31 +09:00
parent 16496674c6
commit 85195b56df
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
" Author: Masahiro H https://github.com/mshr-h
" Description: iverilog for verilog files
if exists('g:loaded_ale_linters_verilog_iverilog')
finish
endif

View File

@ -1,3 +1,6 @@
" Author: Masahiro H https://github.com/mshr-h
" Description: verilator for verilog files
if exists('g:loaded_ale_linters_verilog_verilator')
finish
endif