The following snippet: ```hcl filters = { name = "ubuntu/images/*ubuntu-hirsute-21.04-amd64-server-*" root-device-type = "ebs" virtualization-type = "hvm" } ``` Is incorrectly rendered, with `/*` being incorrectly deemed as a multi-line comment start, resulting in the following:  The extension should not consider `/*` to be the begging of a multi-line comment if it's in a string