Skip to content

Commit fa04735

Browse files
committed
Rename variables-without-members
1 parent d313f4b commit fa04735

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

PowerShell.sublime-syntax

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)