Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 769 Bytes

File metadata and controls

17 lines (13 loc) · 769 Bytes

ABAP Highlighter Eclipse

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.

Building (for development)

Prerequisites

  • JDK21+
  • Maven (Tycho 5.0.0 compatible)
  • Zig (0.11.0+)

Building

To build the plugin, run mvn clean install. This will download the tree-sitter grammar. As mentioned, will need zig to compile it.