Skip to content

Commit 9153a0a

Browse files
committed
Make post-apply plan values more lenient
1 parent 84bd71f commit 9153a0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Terraform Plan.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ contexts:
3030
- meta_include_prototype: false
3131
- match: ->
3232
scope: keyword.operator.assignment.terraform
33-
- match: \(known after apply\)$
33+
- match: \(known after apply\)
3434
scope: comment.block.terraform
35-
- match: \bnull$
35+
- match: \bnull\b
3636
scope: constant.language.null.terraform
3737

3838
diffs:

0 commit comments

Comments
 (0)