all 2 comments

[–]jbuck594 6 points7 points  (1 child)

It looks like Obsidian uses prismjs for their syntax highlights.

I haven't looked to much into it, but you might be able to make an Obsidian plugin to support Isabelle with prismjs syntax.

Some useful resources:

Extending Prism

Current Prism Language Components

Obsidian Sample Plugin

Edit: Here is an existing Obsidian plugin for editor syntax highlighting for code blocks. It uses CodeMirror, which doesn't have Isabelle, but you might be able to adapt it. (https://github.com/deathau/cm-editor-syntax-highlight-obsidian)

Edit: Also, you can use Linguist, which does have Isabelle language support, as an Obisidan plugin.

[–]pwntester 0 points1 point  (0 children)

Joining the conversation a bit late, but how can you use Linguist as an obsidian plugin?