ABAP Highlighter
pendingby Anduan Berisha
Simple & Lightweight ABAP syntax highlighting plugin.
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
- Download
main.js,manifest.jsonandstyles.cssfrom the latest release - Copy them into
.obsidian/plugins/obsidian-abap-highlighter/in your vault - Enable the plugin in Settings → Community plugins
License
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.