A work-in-progress plugin for the Eclipse IDE that modifies the ABAP Development Tools (ADT) to provide enhanced syntax highlighting capabilities for the ABAP programming language.
Parsing and subsequent tokenization is powered by the tree-sitter-abap grammar.
- JDK21+
- Maven (Tycho 5.0.0 compatible)
- Zig (0.11.0+)
To build the plugin, run mvn clean install. This will download the tree-sitter grammar. As mentioned, will need zig to compile it.