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'm trying to use jade highlighting to write a jade file which is a mixture of jade and html code. The highlighting stops on the first html tag. Example
doctype html
html(lang="en")
head
title= pageTitle
script(type='text/javascript').
if (foo) {
bar(1 + 5)
}
body
<p>Highlighting stops here</p>
h1 Jade - node template engine
#container.col
if youAreUsingJade
p You are amazing
else
p Get on it!
The text was updated successfully, but these errors were encountered:
I'm trying to use jade highlighting to write a jade file which is a mixture of jade and html code. The highlighting stops on the first html tag. Example
The text was updated successfully, but these errors were encountered: