I am using RSyntaxTextArea in my swing application. I want to create an editor for Gherkin language. How can I add new keywords to extend the language support.
Asked
Active
Viewed 207 times
1
-
It's described on the homepage. Here is the [link](https://github.com/bobbylight/RSyntaxTextArea/wiki/Adding-Syntax-Highlighting-for-a-new-Language). – Sergiy Medvynskyy Sep 24 '16 at 06:47
-
Have you implemented this or got any other solutions – Madhan Dec 14 '16 at 12:28