This project contains an extension for the RSyntaxTextArea library, that allows the usage of ANTLR 4 lexers and parsers.
This project contains the RSyntaxTextArea as a git subtree under third_party/RSyntaxTextArea. It is used by the demo program.
It can be updated with the following command:
git subtree pull --squash --prefix=third_party/RSyntaxTextArea [email protected]:bobbylight/RSyntaxTextArea.git <tag>
This project contains the ANTLR example grammars as a git subtree under third_party/antlr_grammars_v4. Please see the individual grammar files for license and author information.
They can be updated with the following command:
git subtree pull --squash --prefix=third_party/antlr_grammars_v4 [email protected]:antlr/grammars-v4.git <branch>
All demo code and the included third party repositories are not bundled in the release jars.