grammars/source.terraform.json in github-linguist-6.0.1 vs grammars/source.terraform.json in github-linguist-6.1.0
- old
+ new
@@ -211,10 +211,10 @@
"name": "keyword.other.section.end.terraform"
}
}
},
"string_interpolation_keywords": {
- "match": "(terraform|var|self|count|module|path|data)(\\.[\\w\\*]+)+",
+ "match": "(terraform|var|self|count|module|path|data|local)(\\.[\\w\\*]+)+",
"captures": {
"0": {
"name": "entity.other.attribute-name.terraform"
}
}