We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e180d24 commit 4fd944aCopy full SHA for 4fd944a
PowerShell.sublime-syntax
@@ -78,6 +78,7 @@ contexts:
78
# Consume a string with a trailing dot
79
# to prevent members with particular names from being recognized as keywords.
80
- match: \b[\w-]+(?=\.)
81
+ scope: variable.other.object.powershell
82
push: members
83
# Exceptions
84
- match: \b(?i:throw){{kebab_break}}
0 commit comments