We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to use HTML parser to format HTML files: prettier/prettier#1882 (comment)
Currently only babylon and flow are supported parsers for coc-prettier
The text was updated successfully, but these errors were encountered:
What needs to be done to support the html-parser. The vetur plugin has something like:
vetur.format.defaultFormatter.css vetur.format.defaultFormatter.js vetur.format.defaultFormatter.html .. and so on
Are you thinking something in lines of that?
prettier.parser = whatever the default is prettier.parserOverride.html = html
and maybe from tailwind:
tailwindCSS.htmlLanguages = [ html, blade, ejs ]
Just thoughts.
Sorry, something went wrong.
No branches or pull requests
Need to use HTML parser to format HTML files: prettier/prettier#1882 (comment)
Currently only babylon and flow are supported parsers for coc-prettier
The text was updated successfully, but these errors were encountered: