Skip to content

Commit f4dfc81

Browse files
committed
Change command identifier for kicks
1 parent 43beee2 commit f4dfc81

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

PowerShell.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ contexts:
311311
push: in-command
312312

313313
command-freeform:
314-
- match: '{{identifier_function}}'
314+
- match: '{{identifier_simple}}'
315315
scope: meta.function-call.powershell variable.function.powershell
316316
push: in-command
317317

Tests/syntax_test_PowerShell.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ $a3[1..2]
494494
1.
495495
# ^ meta.number.integer.decimal constant.numeric.value
496496
# ^ - meta.number - constant.numeric
497-
# @ reference
498497

499498
1.f 1.f()
500499
# ^ meta.number.integer.decimal constant.numeric.value

0 commit comments

Comments
 (0)