Creating a new syntax highlighting plugin
Hi
Does anyone know of a useful resource to help me start to build a plugin to support syntax highlighting for a small syntax I'm creating myself?
Where would be a good place to start -- an ANTLR grammar?
Cheers
Ben.
Please sign in to leave a comment.
Hi Ben,
The primary source of information is the source code for JetBrains' JavaScript integration. It's in the ideaXXX-dev.zip file on http://www.intellij.net/eap/products/idea/download.jsp .
Regards,
Franck
Thank you very much :)