Skip to content

Syntax highlighting for plz paths #31

Description

@nmpowell

Would it be possible to provide syntax highlighting for Please paths, such as //path/to:target, such that the text is highlighted or coloured?

It's possible for Markdown with textMateRules e.g. in settings.json:

"editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": "heading.1.markdown entity.name.section.markdown, heading.1.markdown punctuation.definition.heading.markdown",
                "settings": {
                    "foreground": "#CD4158",
                    "fontStyle": "bold"
                }
            }
        ]
}

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