We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7dc0b commit e34af52Copy full SHA for e34af52
PowerShell.sublime-syntax
@@ -57,7 +57,7 @@ contexts:
57
- include: conditionals
58
59
- match: \B\.(?= )
60
- scope: support.function.source.powershell
+ scope: keyword.operator.source.powershell
61
- match: \&
62
scope: keyword.operator.call.powershell
63
Tests/syntax_test_PowerShell.ps1
@@ -901,7 +901,7 @@ $a3[1..2]
901
902
# Commands (executable files)
903
. .\scripts\Test-Foo.ps1 -parameter 'value'
904
-# ^ support.function.source.powershell
+# ^ keyword.operator.source.powershell
905
# ^^^^^^^^^^^^^^^^^^^^^^ meta.function-call.powershell support.function.powershell
906
# @@@@@@@@@@@@@@@@@@@@@@ reference
907
# ^^^^^^^^^^ variable.parameter.option.powershell
0 commit comments