Skip to content

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

License

Notifications You must be signed in to change notification settings

tisoft/rsyntaxtextarea-antlr4-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks