Etudes Informatiques et Services11 downloadsHighligting syntax for ABAL language in code blocks.
An Obsidian plugin that adds syntax highlighting for the ABAL programming language inside fenced code blocks.
;/0A) literals+ - * / = < > !( ) , . :Use the ```abal fenced code block in any note:
```abal
; This is a comment
dcl myVar%
if myVar = 0
print=1:"Hello, World!"
endif
```
1.8.7 or later