Merge pull request #2565 from Tharre/master

Run xml linters on xsd and xslt files
This commit is contained in:
w0rp 2019-06-08 23:09:09 +01:00 committed by GitHub
commit 3aa58ca179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,8 @@ let s:default_ale_linter_aliases = {
\ 'verilog_systemverilog': ['verilog_systemverilog', 'verilog'],
\ 'vimwiki': 'markdown',
\ 'vue': ['vue', 'javascript'],
\ 'xsd': ['xsd', 'xml'],
\ 'xslt': ['xslt', 'xml'],
\ 'zsh': 'sh',
\}

View File

@ -1016,6 +1016,8 @@ g:ale_linter_aliases *g:ale_linter_aliases*
\ 'verilog_systemverilog': ['verilog_systemverilog', 'verilog'],
\ 'vimwiki': 'markdown',
\ 'vue': ['vue', 'javascript'],
\ 'xsd': ['xsd', 'xml'],
\ 'xslt': ['xslt', 'xml'],
\ 'zsh': 'sh',
\}
<