I have some Angular component HTML some.component.html
that I'm trying to format. When I hit ctrl-shift
p, and select
Format Document` I get the message:
There is no document formatter for 'nunjucks'-files installed.
So it seems VSCode thinks that the .html
file is a nunjucks file.
Is there a way to make it think that it's a html file?