@@ -272,14 +272,14 @@ contexts:
272
272
2 : keyword.operator.arithmetic.terraform
273
273
3 : meta.number.integer.terraform constant.numeric.value.terraform
274
274
4 : punctuation.definition.string.end.terraform
275
- - match : ' " '
275
+ - match : \"
276
276
comment : Strings
277
277
scope : punctuation.definition.string.begin.terraform
278
278
push : string_body
279
279
280
280
string_body :
281
281
- meta_scope : meta.string.terraform string.quoted.double.terraform
282
- - match : ' " '
282
+ - match : \"
283
283
scope : punctuation.definition.string.end.terraform
284
284
pop : 1
285
285
- match : ' {{char_escapes}}'
@@ -420,7 +420,7 @@ contexts:
420
420
comment : String literal label
421
421
scope : punctuation.definition.string.begin.terraform
422
422
push : literal_label_body
423
- - match : " {{identifier}}"
423
+ - match : ' {{identifier}}'
424
424
comment : Identifier label
425
425
scope : entity.name.label.terraform
426
426
- include : numeric_literals
@@ -536,7 +536,7 @@ contexts:
536
536
537
537
member :
538
538
- include : comments
539
- - match : " {{identifier}}"
539
+ - match : ' {{identifier}}'
540
540
comment : Attribute access
541
541
scope : variable.other.member.terraform
542
542
pop : 1
@@ -660,7 +660,7 @@ contexts:
660
660
- include : comma
661
661
662
662
identifiers :
663
- - match : " {{identifier}}"
663
+ - match : ' {{identifier}}'
664
664
scope : variable.other.readwrite.terraform
665
665
666
666
# Blocks: Identifier (StringLit|Identifier)* "{" Newline Body "}" Newline;
@@ -693,7 +693,7 @@ contexts:
693
693
- match : \"
694
694
scope : punctuation.definition.string.begin.terraform
695
695
push : block_name_body
696
- - match : " {{identifier}}"
696
+ - match : ' {{identifier}}'
697
697
scope : entity.name.label.terraform
698
698
- match : \{
699
699
scope : punctuation.section.block.begin.terraform
0 commit comments