diff --git a/executors.yaml b/executors.yaml index becb0ed..b37af30 100644 --- a/executors.yaml +++ b/executors.yaml @@ -94,3 +94,8 @@ zsh: commands: - ["zsh", "$pwd/script.sh"] hidden_line_prefix: "/// " +csharp: + filename: snippet.cs + commands: + - ["dotnet-script", "$pwd/snippet.cs"] + hidden_line_prefix: "/// "