Skip to content

Feature Request: Azure Pipelines Specific Syntax Colorization Support #627

@0-0-1-0-1-0-1-0

Description

@0-0-1-0-1-0-1-0

I was hoping there was a way to highlight/colorize syntax in the YAML file.

For instance:

${{ parameters.SomeParameter }}

Would turn into sometihng that makes it stand out in the text editor so its easier to spot than the standard string color.

$
{{ }}
parameters
SomeParameter

Would all be a different color to call it out.

Same for $(someVariable) and expressions ${{ if eq(parameters.SomeParam, true) }}:

I hope that makes sense, but right now the text all blends together I was hoping there was some native way to call these items out so its easier to notice especially when you have large teams with various level of knowledge.

Here is an extension that attempts to do this, but its theme based...

https://marketplace.visualstudio.com/items?itemName=inspark-vscode.devops-highlighter

Unless someone can guide me how to do this natively all ready.

I know this is supported in some capacity via: https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions