minor cleanup

This commit is contained in:
mhoffm
2021-06-21 21:04:46 +02:00
parent e61fb42c41
commit a496ca0823

View File

@@ -37,7 +37,7 @@ module.exports = grammar({
choice( choice(
$.attribute, $.attribute,
$.block, $.block,
// not to spec but handles .tfvars // not to spec but handles .tfvars in json format
$.object, $.object,
), ),
), ),