[jinja2 mode] Remove tab

Issue https://github.com/codemirror/codemirror5/pull/6975
This commit is contained in:
Marijn Haverbeke 2022-08-26 12:20:21 +02:00
parent 0ade73a9ea
commit f1430486d9
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@
state.intag = false
state.lineTag = false
}
return style;
return style;
},
blockCommentStart: "{#",
blockCommentEnd: "#}",