better-comments
better-comments copied to clipboard
Support multiple terraform comment syntax
Hi,
Not sure if this can be done but would it be possible to support all of the Terraform supported comment syntaxes? https://www.terraform.io/language/syntax/configuration#comments
Or provide a way to change the comment delimiter?
The three syntaxes for comments are:
#
- single line
//
- single line
/* */
- multi line
Thanks.
Does any of the syntaxes work for you?