It’s possible I’ve missed other requests for this, other than this one from 2013, but I’m wondering if it’d be possible to get basic Python syntax highlighting in DATs, or when editing a DAT in textport.
An external editor has drawbacks, such as jumping between programs on an already busy desktop and weird temporary filenames if you’re not syncing the DAT to a file. My use case is that I have a ton of little scripts like this, and not a lot of long extensions (for which I’d use an external editor anyway).
In all seriousness though, even if full color coding is not feasible, would be nice if the bug where comments are not greyed out unless the # is the first symbol in a line could be fixed.
yeah, functions vs variables is something I’d like to look at further … at the moment the parser is pretty simple to keep it fast so it’s just highlighting things like comments, string, numbers, and language keywords