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"
}Update: shellscript is even better!
Let me know if you find a better one.
Eventually we'll add yamlscript support