This plugin adds support for the API Blueprint format (.apib) inside IntelliJ-based IDEs.
-
.apibfile type support- Recognizes files with the
apibextension and treats them as Markdown-based API Blueprint documents.
- Recognizes files with the
-
API Blueprint semantic syntax highlighting
- Highlights common API Blueprint structures (sections, keywords, HTTP methods, parameters, etc.) on top of the Markdown language.
-
Customizable colors
- Exposes API Blueprint-specific highlighting keys in the IDE color settings so you can adapt the theme to your preference.
-
Startup checks & notifications
- Runs a lightweight startup activity and uses IDE notifications for important messages.
- Includes license validation for the “Lifetime” distribution.
- Install the plugin from Settings/Preferences → Plugins.
- Open an existing
.apibfile (or create a new one).
You can use the sample files in this repository:
example-api.apibtest-comprehensive.apib
Go to Settings/Preferences → Editor → Color Scheme and look for the API Blueprint-related entries (provided by this plugin) to adjust colors and styles.
The plugin targets IntelliJ Platform IDEs and depends on the bundled Markdown support (org.intellij.plugins.markdown).
See LICENSE.