Skip to content

Commit d97f983

Browse files
committed
support pre 1.14 comments
1 parent 9afc4d2 commit d97f983

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eex-language-configuration.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"comments": {
3-
"blockComment": ["<%!--", "--%>"]
3+
"blockComment": [
4+
["<%!--", "--%>"],
5+
["<%#", "%>"]
6+
]
47
},
58
"brackets": [
69
["<", ">"],

0 commit comments

Comments
 (0)