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 Services11 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
98%
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
2 days ago
Created
4 days ago
Updates
2 releases
Downloads
11
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.

Simplified Chinese Word Splitting

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

Easy Typing

Auto format when typing.

LanguageTool

Unofficial integration of the LanguageTool spell and grammar checker.

VSCode Editor

Edit Code Files like VSCode.

Dictionary

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

Shiki Highlighter

Highlight code blocks with Shiki.

YouVersion Linker

Automatically link bible verses in your notes to YouVersion bible.

Text to Speech

Hear your notes.

RTL Support

Right-to-left (RTL) text direction support for languages like Arabic, Hebrew, and Farsi.