Skip to content

Highlight syntax in shell blocks as bash #7

Open
0 of 1 issue completed
Open
0 of 1 issue completed
@ivan-aksamentov

Description

@ivan-aksamentov

Currently shell blocks are treated as strings. Would be nice if they could have syntax highlighting for shell scripts instead. Bash is probably the most common.

rule:
    shell:
       """
       what="world"
       echo "Hello ${what}"
       """

rule:
    run: shell("echo Hello world")

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions