diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2020-02-15 10:00:08 +0000 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2020-02-15 10:00:08 +0000 |
| commit | 007bfa3b9eed82508c9a9785daf388949615089a (patch) | |
| tree | 7cd3d10f2f680d556e26c68f694321d168a815af /ftplugin/html.vim | |
| parent | 66c1a7c8fcba6ef118469e0845ddd8638069d35a (diff) | |
| download | vim-prettier-007bfa3b9eed82508c9a9785daf388949615089a.tar.xz | |
Fixing linting
- Fixing linting rules
Diffstat (limited to 'ftplugin/html.vim')
| -rw-r--r-- | ftplugin/html.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/html.vim b/ftplugin/html.vim index c0c39b4..5de2453 100644 --- a/ftplugin/html.vim +++ b/ftplugin/html.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") ==# 'html' +if expand('%:e') ==# 'html' let b:prettier_ft_default_args = { \ 'parser': 'html', \ } |
