Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Syntax highlight based on inline script type #5

Open
@rossmacarthur

Description

@rossmacarthur

Just allows you to have inline scripts for recipes:

recipe:
    #!/usr/bin/env python
    import sys
    print("Hello from stderr", file=sys.stderr)

It would be nice if vscode-just could correctly syntax highlight these scripts, using the shebang to determine what syntax highlighting it should use.

This happens in the Markdown syntax highlighting in VS Code when you make an inline code block.

VS Code Markdown Example

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