vscode-language-terraform icon indicating copy to clipboard operation
vscode-language-terraform copied to clipboard

Add Syntax Highlighting for for_each, count, and dynamic

Open hariscodes opened this issue 3 years ago • 1 comments

It would increase readability if we added highlighting for for_each, count, and dynamic keywords. The extention already does this for for, we can use the same highlighting for these other non-function keywords as well.

hariscodes avatar Apr 06 '22 17:04 hariscodes

And nullable in the variable block: https://developer.hashicorp.com/terraform/language/values/variables#disallowing-null-input-values

kquinsland avatar Oct 20 '23 18:10 kquinsland