tisoft / rsyntaxtextarea-antlr4-extension

This project contains an extension for the RSyntaxTextArea library, that allows the usage of ANTLR 4 lexers and parsers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This project contains an extension for the RSyntaxTextArea library, that allows the usage of ANTLR 4 lexers and parsers.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 97.2%Language:ANTLR 2.8%