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 10a26b8 commit e9fbfd8Copy full SHA for e9fbfd8
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
@@ -494,7 +494,6 @@ $a3[1..2]
494
1.
495
# ^ meta.number.integer.decimal constant.numeric.value
496
# ^ - meta.number - constant.numeric
497
-# @ reference
498
499
1.f 1.f()
500
0 commit comments