Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

ABAL Language highlighter

Etudes Informatiques et ServicesEtudes Informatiques et Services115 downloads

Highligting syntax for ABAL language in code blocks.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

An Obsidian plugin that adds syntax highlighting for the ABAL programming language inside fenced code blocks.

Features

  • Syntax highlighting in edit mode (Live Preview & Source) via CodeMirror 6 decorations
  • Syntax highlighting in reading mode via a Markdown post-processor
  • Case-insensitive keyword detection
  • Highlights the following token types:
    • Keywords — control flow, data types, OOP constructs, built-in instructions
    • Strings — double-quoted literals
    • Comments — lines starting with ;
    • Numbers — decimal and hexadecimal (/0A) literals
    • Operators — + - * / = < > !
    • Punctuation — ( ) , . :

Usage

Use the ```abal fenced code block in any note:

```abal
; This is a comment
dcl myVar%
if myVar = 0
  print=1:"Hello, World!"
endif
```

Requirements

  • Obsidian 1.8.7 or later
  • Works on desktop and mobile
HealthExcellent
ReviewPassed
About
Provide ABAL syntax highlighting in fenced ```abal code blocks for both edit mode (Live Preview & Source) and reading mode. Highlight case-insensitive keywords, strings, comments starting with ;, decimal and hexadecimal numbers, operators and punctuation using CodeMirror 6 and a Markdown post-processor.
SyntaxLanguages
Details
Current version
1.0.1
Last updated
3 months ago
Created
3 months ago
Updates
2 releases
Downloads
115
Compatible with
Obsidian 1.8.7+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Etudes Informatiques et ServicesEtudes Informatiques et Servicesetudes-informatiques-et-services35
github.com/Etudes-Informatiques-et-Services35
GitHubetudes-informatiques-et-services35
eis-informatique.fr
  1. Community
  2. Plugins
  3. Syntax
  4. ABAL Language highlighter

Related plugins

GDScript Syntax Highlighting

Add live GDScript syntax highlighting to code block.

Code Suite

Execute code inside your notes: Shiki syntax highlighting with 65+ themes, live streaming output, inline Matplotlib and Plotly graphs, shared variables, and styled HTML and PDF export with outputs.

Extended Code Highlight

Additional and configurable syntax highlighting for code block languages.

Simplified Chinese Word Splitting

Adds Simplified Chinese word splitting support for the editor and Vim mode.

LanguageTool

Unofficial integration of the LanguageTool spell and grammar checker.

VSCode Editor

Edit Code Files like VSCode.

Fountain Editor

Fountain (screenplay) syntax highlighting in the editor.

Dictionary

A multilingual dictionary that shows word definitions in the sidebar and popover synonyms.

Text to Speech

Hear your notes.

Shiki Highlighter

Highlight code blocks with Shiki.