Files
tree-sitter-jhcl/test/corpus/templates.txt

14 lines
241 B
Plaintext

==================
quoted template expression
==================
foo = "${ var.bar }"
---
(config_file
(body
(attribute
(identifier)
(expression (expr_term (template_expr (quoted_template (template_interpolation))))))))