File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -2280,6 +2280,11 @@ contexts:
22802280 - match : (?=unquote\()
22812281 set : [map_unquote_meta_pop, arguments_pop, unquote_pop]
22822282 - include : alias_names
2283+ - match : (@)({{identifier}}(?=\s*{))
2284+ captures :
2285+ 1 : keyword.operator.attribute.elixir
2286+ 2 : variable.other.constant.elixir
2287+ set : map_body_pop
22832288 - match : \^
22842289 scope : keyword.operator.pin.elixir
22852290 - match : ((?=_)(?<!%>){{identifier}})|({{identifier}})
Original file line number Diff line number Diff line change 1111 % _ { }
1212# ^ punctuation.section.mapping.end
1313# ^ variable.other.unused
14+ #^ punctuation.section.mapping.begin
15+ % @ module { }
16+ # ^ punctuation.section.mapping.end
17+ # ^ punctuation.section.mapping.begin
18+ # ^^^^^^ variable.other.constant
19+ # ^ keyword.operator.attribute.elixir
20+ #^ punctuation.section.mapping.begin
21+ % ^ @ module { }
22+ # ^ punctuation.section.mapping.end
23+ # ^ punctuation.section.mapping.begin
24+ # ^^^^^^ variable.other.constant
25+ # ^ keyword.operator.attribute.elixir
26+ # ^ keyword.operator.pin.elixir
1427#^ punctuation.section.mapping.begin
1528 % { %{}: :%{} } . "%{}"
1629# ^^^ variable.other.member
You can’t perform that action at this time.
0 commit comments