You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the Vim-Jinja2-Syntax plugin which dynamically sets ft to jinja.html for templated HTML files.
I also added "html.filetypes": ["html", "jinja.html"] to my coc-settings.json, but the coc-html plugin is not enabled when opening a foo.html file with ft=jinja.html.
The text was updated successfully, but these errors were encountered:
I added the
Vim-Jinja2-Syntax
plugin which dynamically setsft
tojinja.html
for templated HTML files.I also added
"html.filetypes": ["html", "jinja.html"]
to mycoc-settings.json
, but thecoc-html
plugin is not enabled when opening afoo.html
file withft=jinja.html
.The text was updated successfully, but these errors were encountered: