* add field names to object elements
* dont hide template interpolation start/end and quoted template start/end tokens
This commit is contained in:
@@ -13,7 +13,9 @@ foo = "bar"
|
||||
(expression
|
||||
(literal_value
|
||||
(string_lit
|
||||
(template_literal)))))))
|
||||
(quoted_template_start)
|
||||
(template_literal)
|
||||
(quoted_template_end)))))))
|
||||
|
||||
================================================================================
|
||||
attribute with variable
|
||||
|
||||
Reference in New Issue
Block a user