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
Description
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.
Metadata
Metadata
Assignees
Labels
No labels