mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-19 23:40:31 +00:00
9 lines
183 B
YAML
9 lines
183 B
YAML
|
|
filetype: csharp-script
|
||
|
|
detect:
|
||
|
|
filename: "\\.csx$"
|
||
|
|
header: "^#!.*/(env +)?dotnet-script( |$)"
|
||
|
|
|
||
|
|
rules:
|
||
|
|
- include: "csharp"
|
||
|
|
- preproc: "\\B(\\#!|\\#[r|load|]+\\b)"
|