Skip to content

Justfile syntax fails with string "import:" #23

@erinbit

Description

@erinbit

Justfile syntax highlighting fails if a command is called import:, like in this example:

# Syntax works fine here
start:
    docker compose up -d --build --remove-orphans

# Everything after this line has no colours
import:
    docker run -it --rm ubuntu:24.04 bash
    
stop:
    docker compose down

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