Skip to content

CmdletBinding annotation looks broken #227

Description

@deathaxe

First line of following file is not correctly highlighted/scoped as annotation.

[CmdletBinding(PositionalBinding=$false)]
param( [Parameter(Mandatory=$true)] [string]$base, [Parameter(Mandatory=$true)] [string]$head)Set-StrictMode-version2.0$ErrorActionPreference="Stop"
Image

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions