fix(hcl): quote syntax name to improve v2.9 support

This commit is contained in:
Gareth Jones 2020-03-18 14:09:28 +13:00 committed by GitHub
parent 791982df22
commit 0eb16aceaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# Original author: John Boero # Original author: John Boero
# License: GPLv3 or newer # License: GPLv3 or newer
syntax hcl "\.(tf|hcl)$" syntax "hcl" "\.(tf|hcl)$"
# No comments are permitted in JSON. # No comments are permitted in JSON.
comment "" comment ""