Netbeans Rcp Antlr Integration Index
How can I add support for a new language via ANTLR?
This will serve as the index page that links to everything we know about how to integrate ANTLR into a NetBeans Platform application (go here for javaCC).
-
How to highlight syntax and check errors using ANTLR with the new NetBeans Parsing and Lexing API’s.
-
How to format and indent using ANTLR with the NetBeans APIs.
-
How to match braces (and parentheses, brackets…) using ANTLR.
Other useful links:
-
Integrating antlr grammar into the project - this is written for NB 6.5 but has been tested in 6.7 and 6.8m1 (it’s also a Kenai project)