I'd like to throw together a basic Netbeans editor with syntax highlighting for a non-standard database language.
Initial target: highlight a set of reserved words and standard C multi-line comments.
Anyone savvy with this and could point me to a link, or a template?
One last thing: I've pulled down the Netbeans source tree before and tried to slog my way through it. Ugh. I'm looking more for a plug-in template that could do this, if there is one.