File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ (call
2+ expr: (remote
3+ module: (remote_module
4+ module: (atom) @module (#eq? @module "arizona_render"))
5+ fun: (atom) @fun (#match? @fun "^view_template|component_template$"))
6+ args: (expr_args
7+ args: (var)
8+ args: (var)
9+ args: (string) @injection.content
10+ (#gsub! @injection.content "\"+(.*)[^\"]" "%1")
11+ (#set! injection.language "herl")))
12+
13+ (call
14+ expr: (remote
15+ module: (remote_module
16+ module: (atom) @module (#eq? @module "arizona_render"))
17+ fun: (atom) @fun (#eq? @fun "template"))
18+ args: (expr_args
19+ args: (string) @injection.content
20+ (#gsub! @injection.content "\"+(.*)[^\"]" "%1")
21+ (#set! injection.language "herl")))
Original file line number Diff line number Diff line change 1+ (text) @html
2+ (expression) @erlang
3+
4+ [
5+ "{"
6+ "}"
7+ ] @punctuation.bracket
Original file line number Diff line number Diff line change 1+ ((tokens
2+ (text) @injection.content )
3+ (#set! injection.language "html")
4+ (#set! injection.combined))
5+
6+ ((tokens
7+ (expression) @injection.content )
8+ (#set! injection.language "erlang"))
You can’t perform that action at this time.
0 commit comments