File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,21 @@ contexts:
20
20
pop : true
21
21
22
22
- match : <%%
23
- scope : keyword punctuation.definition.string.begin.elixir
23
+ scope : keyword.other.eex.elixir punctuation.definition.string.begin.elixir
24
24
push :
25
25
- meta_content_scope : string.eex.elixir
26
26
- match : ' %>'
27
- scope : keyword punctuation.definition.string.end.elixir
27
+ scope : keyword.other.eex.elixir punctuation.definition.string.end.elixir
28
28
pop : true
29
29
30
30
- match : (?=<%)
31
31
push :
32
- - clear_scopes : 1
32
+ - clear_scopes : true
33
33
- match : ' %>'
34
- scope : keyword punctuation.section.embedded.end.elixir
34
+ scope : text.html.elixir keyword.other.eex.elixir punctuation.section.embedded.end.elixir
35
35
pop : true
36
36
- match : <%[=/|]?
37
- scope : keyword punctuation.section.embedded.begin.elixir
37
+ scope : text.html.elixir keyword.other.eex.elixir punctuation.section.embedded.begin.elixir
38
38
embed : scope:source.elixir
39
- embed_scope : source.elixir.embedded.html
39
+ embed_scope : text.html.elixir source.elixir.embedded.html
40
40
escape : (?=%>)
You can’t perform that action at this time.
0 commit comments