From 0eb16aceafc2108332cf428b3b67c6e15b09f12f Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Wed, 18 Mar 2020 14:09:28 +1300 Subject: [PATCH] fix(hcl): quote syntax name to improve v2.9 support --- hcl.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcl.nanorc b/hcl.nanorc index b839d87..f02308b 100644 --- a/hcl.nanorc +++ b/hcl.nanorc @@ -4,7 +4,7 @@ # Original author: John Boero # License: GPLv3 or newer -syntax hcl "\.(tf|hcl)$" +syntax "hcl" "\.(tf|hcl)$" # No comments are permitted in JSON. comment ""