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
When you write pug-jade without a conditional comment the highlighting will be ok
But when writing a conditional comment like head meta(charset='UTF-8') meta(name='viewport' content='width=device-width, initial-scale=1.0') title Modely template include includes/pug/styles <!--[if IE 9]> script(src='js/html5shiv.min.js') script(src='js/respond.min.js') <![endif]--> body include includes/pug/navbar section#welcome
the body and anything after it will be white
The text was updated successfully, but these errors were encountered:
When you write pug-jade without a conditional comment the highlighting will be ok
But when writing a conditional comment like
head meta(charset='UTF-8') meta(name='viewport' content='width=device-width, initial-scale=1.0') title Modely template include includes/pug/styles <!--[if IE 9]> script(src='js/html5shiv.min.js') script(src='js/respond.min.js') <![endif]--> body include includes/pug/navbar section#welcome
the body and anything after it will be white
The text was updated successfully, but these errors were encountered: