Skip to content

Commit ac3626f

Browse files
authored
Non-capturing group in variable
1 parent dbb7fb6 commit ac3626f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Terraform.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ variables:
6666
# Template literals
6767
#
6868
# https://github.com/hashicorp/hcl/blob/main/hclsyntax/spec.md#template-literals
69-
template_literal: '([$]{2}|[%]{2})\{'
69+
template_literal: '(?:\$\$|%%)\{'
7070

7171
# A block label
7272
#

0 commit comments

Comments
 (0)