ABAP Highlighter

pending

by Anduan Berisha

Simple & Lightweight ABAP syntax highlighting plugin.

1 starsUpdated 25d agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

ABAP Highlighter for Obsidian

Lightweight ABAP syntax highlighting plugin.
Supports keywords, built-ins, strings, comments, field symbols, and numbers — with SAP-style blue coloring.


Usage

```abap
DATA lv_name TYPE string.
lv_name = 'Hello World'.

IF lv_name IS NOT INITIAL.
  WRITE: / lv_name.
ENDIF.
```

Installation

From the Obsidian marketplace (coming soon)

Settings → Community plugins → Browse → search ABAP Highlighter

Manual

  1. Download main.js, manifest.json and styles.css from the latest release
  2. Copy them into .obsidian/plugins/obsidian-abap-highlighter/ in your vault
  3. Enable the plugin in Settings → Community plugins

License

MIT

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.