trivago / prettier-plugin-twig-melody

Code formatting plugin for Prettier which can handle Twig/Melody templates
Apache License 2.0
155 stars 35 forks source link

add support for vim-prettier and coc-prettier #87

Closed dasraab closed 1 year ago

dasraab commented 3 years ago

vim syntax highlighting plugins do set the filetype to a mix of html and twig. there is no single "twig" filetype like in vscode because of how syntax highlighting works in vim.

this fix enables the following vim-plugins to work with this plugin vim-prettier coc-prettier

here are samples of how the language-id is set in vim-syntax plugins nelseyung/twig.vim sheerun/vim-polyglot