Skip to content

CmdletBinding annotation looks broken #227

@deathaxe

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 -version 2.0
$ErrorActionPreference="Stop"
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions