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, ), ),