We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7460f6 commit 0ade73aCopy full SHA for 0ade73a
mode/jinja2/jinja2.js
@@ -95,7 +95,7 @@
95
stream.next()
96
state.inbrackets++;
97
}
98
- else if (!state.lineTag && (stream.match(state.intag + "}") || stream.eat("-") && stream.match(state.intag + "}"))) {
+ else if (!state.lineTag && (stream.match(state.intag + "}") || stream.eat("-") && stream.match(state.intag + "}"))) {
99
state.intag = false;
100
return "tag";
101
} else if(stream.match(operator)) {
0 commit comments