Skip to content

Commit a277f52

Browse files
committed
Merge pull request #31 from lucasmazza/add-support-for-eex-tags
Fix capture with embedded elixir tags
2 parents 132bd8e + d8da5b1 commit a277f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/eex.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'name': 'comment.block.eex'
1313
}
1414
{
15-
'begin': '<%+(?!>)[-=]+'
15+
'begin': '<%+(?!>)[-=]*'
1616
'captures':
1717
'0':
1818
'name': 'punctuation.section.embedded.elixir'

0 commit comments

Comments
 (0)