hcl-emacs / hcl-mode

Emacs major mode of HCL(Hashicorp Configuration Language)
GNU General Public License v3.0
27 stars 9 forks source link

keywords: allow labels in block definitions #13

Open jordigh opened 2 months ago

jordigh commented 2 months ago

According to the spec, after a type labels are allowed:

https://developer.hashicorp.com/terraform/language/syntax/configuration#blocks

This allows labels to be in the block definition after the type so that the type is still properly highlighted.