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 72e580c commit a180490Copy full SHA for a180490
PowerShell.sublime-syntax
@@ -311,7 +311,7 @@ contexts:
311
push: in-command
312
313
command-freeform:
314
- - match: '{{identifier_function}}'
+ - match: '{{identifier_simple}}'
315
scope: meta.function-call.powershell variable.function.powershell
316
317
Tests/syntax_test_PowerShell.ps1
@@ -495,7 +495,6 @@ $a3[1..2]
495
1.
496
# ^ meta.number.integer.decimal constant.numeric.value
497
# ^ - meta.number - constant.numeric
498
-# @ reference
499
500
1.f 1.f()
501
0 commit comments