We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0624ca commit 511c1b7Copy full SHA for 511c1b7
1 file changed
hcl2/hcl2.lark
@@ -46,7 +46,6 @@ int_lit : DECIMAL+
46
DECIMAL : "0".."9"
47
EXP_MARK : ("e" | "E") ("+" | "-")?
48
49
-// tuple : "[" (new_line_or_comment? expression (new_line_or_comment? "," new_line_or_comment? expression)* new_line_or_comment? ","?)? new_line_or_comment? "]"
50
tuple : "[" (new_line_or_comment* expression new_line_or_comment* ",")* (new_line_or_comment* expression)? new_line_or_comment* "]"
51
object : "{" new_line_or_comment? (object_elem (new_line_and_or_comma object_elem )* new_line_and_or_comma?)? "}"
52
object_elem : (identifier | expression) ("=" | ":") expression
0 commit comments