From a496ca082392d9a340e20e2a2313fe83f0c16657 Mon Sep 17 00:00:00 2001 From: mhoffm Date: Mon, 21 Jun 2021 21:04:46 +0200 Subject: [PATCH] minor cleanup --- grammar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grammar.js b/grammar.js index ebb6a50..ab8b217 100644 --- a/grammar.js +++ b/grammar.js @@ -37,7 +37,7 @@ module.exports = grammar({ choice( $.attribute, $.block, - // not to spec but handles .tfvars + // not to spec but handles .tfvars in json format $.object, ), ),