Merge pull request #70 from mshr-h/add-comment-header
Add comment headers to verilog linters
This commit is contained in:
commit
3044200c8a
@ -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')
|
if exists('g:loaded_ale_linters_verilog_iverilog')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
@ -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')
|
if exists('g:loaded_ale_linters_verilog_verilator')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user