Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.9 KB

File metadata and controls

28 lines (18 loc) · 1.9 KB

RSyntaxTextArea ANTLR 4 Extension

Maven Central GitHub Code Climate maintainability Code Climate coverage

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 [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.