Ok, generally good wwork, a few things:
- unless you want to enter history (and more important the contributors list) as "vrode", you should tell me what to enter there (your Name).
- I applied a patch, so you can see them in the IDE. Please apply your desired default colors (using editor-options) and export them as XML => I can then add them to the IDE defaults.
(Seems the IDE ignores the hardcoded defaults in your class, and I don't have the time to fix that...)
- If you have icons for the component palette, saves me the work of creating them

- From the headers you copied, it is probably better to drop the old author lines, since they now have the wrong name in it. Or put your name in it.
- In bat hl: if you have echo the rest of the line is text => should neither highlight keywords nor recognize rem ( I am not sure rem can be after a command at all: "copy a b rem text" gives an error)
Those should be easy to fix.
- In bat hl: "copy a.bat copy" the 2nd copy is a filename, not a command. Not sure how that can be identified best.... (if not, it's not a blocker)
- Do ini or bat files define escaped quotes \" for a quote inside text ?