File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ contexts:
66
66
- match : </{{is_heex_tag_name}}
67
67
scope : punctuation.definition.tag.begin.html
68
68
push : [heex-end-tag-content-pop, heex-end-tag-name-pop]
69
+ - include : elixir-embedded
69
70
70
71
heex-begin-tag-content-pop :
71
72
- meta_scope : meta.tag.other.heex
Original file line number Diff line number Diff line change 46
46
< script >
47
47
<%= @ elixir %>
48
48
<!-- ^^^^^^ variable.annotation.js - source.elixir -->
49
+ { "1" <> "2" }
50
+ <!-- ^^^^^^^^^^^^^^ -meta.embedded.heex -->
49
51
</ script >
50
52
53
+ { "1" <> "2" }
54
+ <!-- ^ punctuation.section.embedded.end.elixir -->
55
+ <!-- ^^^ meta.string.elixir string.quoted.double.elixir -->
56
+ <!-- ^^ keyword.operator.binary-concat.elixir -->
57
+ <!-- ^^^ meta.string.elixir string.quoted.double.elixir -->
58
+ <!-- ^^^^^^^^^^ source.elixir.embedded.html -->
59
+ <!-- ^ punctuation.section.embedded.begin.elixir -->
60
+ <!-- ^^^^^^^^^^^^ meta.embedded.heex -->
61
+
51
62
< table :for = { user <- @ users } :if = { assigns [ :users ] } > <: col :let= { user } > <%= user . id %> </: col > </ table >
52
63
<!-- ^^^^^^ meta.embedded.heex -->
53
64
<!-- ^^^ entity.other.attribute-name.heex -->
You can’t perform that action at this time.
0 commit comments