From 007bfa3b9eed82508c9a9785daf388949615089a Mon Sep 17 00:00:00 2001 From: mitermayer Date: Sat, 15 Feb 2020 10:00:08 +0000 Subject: Fixing linting - Fixing linting rules --- ftplugin/xml.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/xml.vim') diff --git a/ftplugin/xml.vim b/ftplugin/xml.vim index 70aec32..dc7d908 100644 --- a/ftplugin/xml.vim +++ b/ftplugin/xml.vim @@ -1,6 +1,6 @@ " markdown/php files run this as well " https://stackoverflow.com/questions/22839269/why-does-vim-default-markdown-ftplugin-source-html-ftplugins-is-there-any-ways -if expand("%:e") ==# 'xml' +if expand('%:e') ==# 'xml' let b:prettier_ft_default_args = { \ 'parser': 'xml', \ } -- cgit v1.3