It doesn't quite fit into Python or a Basic language, but I'm not going to write a lexer for it either. But the simplicity of SciTE and its ability to run external programs with the file are two high points.
Notepad++ is decent too -- I think it's a bit too full-featured for the intended purpose, but that's not too bad in itself. I had already tried setting up a syntax file for it, but I'm having a couple issues that just shouldn't even pop up. For example, I've chosen a color for the number style. If I put the number 3, it shows up fine. If I put 3.0, the .0 part is in the default color, not the number color. If I do 0x80, only the first zero is colored, let alone the x80; so of course 0xff isn't colored right either. Also, # is my line-comment character. If I have a line such as
# foo barthe whole line is blue, which is proper. But if there isn't a space (#foo bar), then the whole line stays black. My last gripe is that auto-completion seems to only pick up on words already used in the file, not the keywords that haven't been used yet.
Am I missing something obvious with the syntax configuration here? I've had poor luck searching Google for what I think should be obvious answers in regards to Notepad++ syntax.
