Skip to content

Commit

Permalink
support pre 1.14 comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Nov 1, 2022
1 parent 9afc4d2 commit d97f983
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eex-language-configuration.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"comments": {
"blockComment": ["<%!--", "--%>"]
"blockComment": [
["<%!--", "--%>"],
["<%#", "%>"]
]
},
"brackets": [
["<", ">"],
Expand Down

0 comments on commit d97f983

Please sign in to comment.