Skip to content

Commit a180490

Browse files
committed
Change command identifier for kicks
1 parent 72e580c commit a180490

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
@@ -495,7 +495,6 @@ $a3[1..2]
495495
1.
496496
# ^ meta.number.integer.decimal constant.numeric.value
497497
# ^ - meta.number - constant.numeric
498-
# @ reference
499498

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

0 commit comments

Comments
 (0)