https://platform.netbeans.org/tutorials/nbm-javacc-parser.html
Gj On Mon, 30 Dec 2019 at 12:43, Bilu Al <[email protected]> wrote: > Its a custom language for data processing something similar to xml. And i > am using JavaCC. > > On 2019/12/30 14:43:41, Geertjan Wielenga <[email protected]> wrote: > > What custom language are you working on? And are you using Antlr or > > something different? > > > > Thanks, > > > > Gj > > > > On Sun, Dec 29, 2019 at 7:57 AM Bilu Al <[email protected]> wrote: > > > > > Hello, > > > I am developing a module for netbeans to support a custom language. > > > > > > what i am trying to do now is to declare Hints for my custom language. > > > > > > Following this tutorial: > > > https://platform.netbeans.org/tutorials/nbm-java-hint.html my hint > only > > > works for Java file. > > > > > > How can i make my hint specific to my custom language like register it > in > > > the layer file or else? > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > For further information about the NetBeans mailing lists, visit: > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > >
