diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 19:38:49 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 19:38:49 +0200 |
commit | 539952f922b27a4a7459092734dd529b77eb00c3 (patch) | |
tree | c38e6c624cabcf68c1112c7db8f49e4dd186e47a /packages.yaml | |
parent | b5cc8fc336ca2f06242fe2a61de881b34852c168 (diff) | |
download | vim-polyglot-539952f922b27a4a7459092734dd529b77eb00c3.tar.gz vim-polyglot-539952f922b27a4a7459092734dd529b77eb00c3.zip |
Prevent warning for ps1xml heuristics, #570
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages.yaml b/packages.yaml index 76da2a73..4d4365d3 100644 --- a/packages.yaml +++ b/packages.yaml @@ -1752,6 +1752,8 @@ filetypes: ignored_extensions: - ts - tsx + # handled by powershell plugin + - ps1xml --- name: xsl remote: vim-scripts/XSLT-syntax |