feat: implement csharpier

pull/98/head
fm39hz-laptop 2024-06-08 23:44:30 +07:00
parent 9af3306d76
commit 0203f439fa
1 changed files with 3 additions and 1 deletions

View File

@ -135,7 +135,9 @@ return {
opts = { opts = {
source = { source = {
builtins = { builtins = {
csharpier = {}, csharpier = {
args = { "--write-stdout", "--no-cache", "$FILENAME" },
},
}, },
}, },
}, },