I am working on a product which has its own SQL like language to query the database. We call it Reporting language. Now, I want to have a text editor which does highlighting specific to my language .i.e I can specify the keywords (purple-colour), datatypes(red colour), comments green colour, and everything else black colour and so on.
Is there an existing tool whom I can give these specifications as input and output is a text editor which does this language specific highlighting.
Please do not hesitate replying any information even if its too basic. Thanks in advance.