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:
16
16
- match : <%#
17
17
push :
18
18
- meta_scope : comment.eex.elixir
19
- - match : \%>
19
+ - match : ' %> '
20
20
pop : true
21
21
22
22
- match : <%%
23
23
scope : keyword punctuation.definition.string.begin.elixir
24
24
push :
25
25
- meta_content_scope : string.eex.elixir
26
- - match : \%>
26
+ - match : ' %> '
27
27
scope : keyword punctuation.definition.string.end.elixir
28
28
pop : true
29
29
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