From 3b8fb39b4a9f78d00d3142c9f03bb79e06661964 Mon Sep 17 00:00:00 2001 From: Tharre Date: Thu, 6 Jun 2019 23:41:55 +0200 Subject: Run xml linters on xsd and xslt files Both xsd and xslt are by definition written in XML, and thus the same linter(s) can be run to check them for well-formedness. --- doc/ale.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/ale.txt') diff --git a/doc/ale.txt b/doc/ale.txt index f0820be6..5314b5d1 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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', \} < -- cgit v1.2.3