Awesome
RSyntaxTextArea ANTLR 4 Extension
This project contains an extension for the RSyntaxTextArea library, that allows the usage of ANTLR 4 lexers and parsers.
Third party code
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 git@github.com: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 git@github.com:antlr/grammars-v4.git <branch>
All demo code and the included third party repositories are not bundled in the release jars.