Skip to content

Batch Syntax Highlighting - support multiline comments with :: and ^ #40

Description

@Andrej730

Crossposting from microsoft/vscode#223115 as this seems to be the source for cmd syntax highlighting in VS Code.

Steps to Reproduce:

  1. There is a way to create multiline comments in batch files by combining :: and ^ (to create multiline commands).
:: multiline comment ^
echo hi, it's still multiline comment ^
and still...
@echo it's printed as multiline comment is over.
  1. See the syntax highlight, lines echo hi, it's still multiline comment ^ and and still... are not greyed out as comments though they kind of are.
    image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions