fd / language-hcl

A grammar for the HashiCorp Configuration Language.
MIT License
12 stars 7 forks source link

not handling syntax #12

Open scottstensland opened 3 years ago

scottstensland commented 3 years ago

a packer xxx.hcl file contains line

locals { timestamp = regex_replace(timestamp(), "[- TZ:]", "") }

which is proper syntax I believe however this plugin incorrectly highlights those last commas ... as per

atom_hcl_syntax_2021-10-11