File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ contexts:
367367 - include : comma-separators
368368 - include : attributes
369369 - include : types
370- - include : variables-without-property
370+ - include : variables-without-members
371371
372372 attributes :
373373 - match : (\[)\s*({{attributes}})
@@ -540,7 +540,7 @@ contexts:
540540 - match : (?=[$@](?:[{$^]|{{identifier_simple}}))
541541 push : [members, expect-variable]
542542
543- variables-without-property :
543+ variables-without-members :
544544 - match : (?=[$@](?:[{$^]|{{identifier_simple}}))
545545 push : [expect-variable]
546546
@@ -788,8 +788,7 @@ contexts:
788788 - clear_scopes : 1
789789 - meta_include_prototype : false
790790 - meta_scope : meta.interpolation.powershell
791- - include : variables-without-property
792- - include : variables
791+ - include : variables-without-members
793792 - include : immediately-pop
794793
795794 numbers :
You can’t perform that action at this time.
0 commit comments