aboutsummaryrefslogtreecommitdiff
path: root/ftplugin/html.vim
AgeCommit message (Collapse)Author
2020-04-07Force reevaluation of autoformat settings at buffer write timeChris LaRose
2020-02-15Fixing lintingmitermayer
- Fixing linting rules
2020-02-15Added support for prettier xml pluginmitermayer
- updated package.json deps - added tests - updated lock file
2020-02-13Adding support for the php plugginmitermayer
- This adds support for the PHP prettier plugin - Fixes a bug where html overwrites php files parsers
2019-11-06Use `get()` to check `g:prettier#autoformat` safely in ftpluginhank
Due to the fact that `plugin` will be loaded after `ftplugin`(http://vimdoc.sourceforge.net/htmldoc/filetype.html#ftplugin-overrule), even we set `g:prettier#autoformat` in plugin/prettier.vim, it's treated as undefined in ftplugin/*.vim. This happened when using `vim-pathogen`.
2019-02-18Fix markdown checkBen Berman
2019-02-11Make markdown check more resilientBen Berman
2019-01-09Fix markdown mangling issueBen Berman
2018-11-07Added html formattingpremithk