mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
#200 Make systemverilog files use the verilog linters by default
This commit is contained in:
@@ -9,7 +9,8 @@ let s:linters = {}
|
||||
let s:default_ale_linter_aliases = {
|
||||
\ 'zsh': 'sh',
|
||||
\ 'csh': 'sh',
|
||||
\ 'plaintex': 'tex'
|
||||
\ 'plaintex': 'tex',
|
||||
\ 'systemverilog': 'verilog',
|
||||
\}
|
||||
|
||||
" Default linters to run for particular filetypes.
|
||||
|
||||
Reference in New Issue
Block a user