We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afc4d2 commit d97f983Copy full SHA for d97f983
eex-language-configuration.json
@@ -1,6 +1,9 @@
1
{
2
"comments": {
3
- "blockComment": ["<%!--", "--%>"]
+ "blockComment": [
4
+ ["<%!--", "--%>"],
5
+ ["<%#", "%>"]
6
+ ]
7
},
8
"brackets": [
9
["<", ">"],
0 commit comments