File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed
Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,25 @@ contexts:
1616 - match : <%#
1717 push :
1818 - meta_scope : comment.eex.elixir
19- - match : \%>
19+ - match : ' %> '
2020 pop : true
2121
2222 - match : <%%
2323 scope : keyword punctuation.definition.string.begin.elixir
2424 push :
2525 - meta_content_scope : string.eex.elixir
26- - match : \%>
26+ - match : ' %> '
2727 scope : keyword punctuation.definition.string.end.elixir
2828 pop : true
2929
30- - match : <%=?
31- scope : keyword punctuation.section.embedded.begin.elixir
32- embed : scope:source.elixir
33- embed_scope : source.elixir.embedded.html
34- escape : \%>
35- escape_captures :
36- 0 : keyword punctuation.section.embedded.end.elixir
30+ - match : (?=<%)
31+ push :
32+ - clear_scopes : 1
33+ - match : ' %>'
34+ scope : keyword punctuation.section.embedded.end.elixir
35+ pop : true
36+ - match : <%[=/|]?
37+ scope : keyword punctuation.section.embedded.begin.elixir
38+ embed : scope:source.elixir
39+ embed_scope : source.elixir.embedded.html
40+ escape : (?=%>)
You can’t perform that action at this time.
0 commit comments