yamlscript

Ingy döt Net 2024-07-05T23:49:14.655689Z

Happy accident... I was editing a .ys file in VSCode, and it usually detects as Python and then points out tons of errors. I was trying to set the language to YAML (which is ok but not great) and I accidentally clicked PowerShell, and it looks great ! 😂 So I did this in settings.json:

"files.associations": {
    "*.ys": "powershell"
}

😆 1
Ingy döt Net 2024-07-05T23:55:38.836519Z

Update: shellscript is even better!

Ingy döt Net 2024-07-05T23:55:59.603099Z

Let me know if you find a better one.

Ingy döt Net 2024-07-05T23:56:15.663409Z

Eventually we'll add yamlscript support