morrowind-modding / morrowind-modding.github.io

The Morrowind Modding Wiki
https://morrowind-modding.github.io/
MIT License
10 stars 5 forks source link

Add Code Syntax Highlighting for MWScript #46

Open MasssiveJuice08 opened 3 months ago

MasssiveJuice08 commented 3 months ago

About

Syntax highlighting can be applied to codeblocks in Obsidian and Quartz by denoting a language after the first three backticks, e.g., ```lua

Syntax highlighting for MWScript (though not directly supported by the Construction Set or by CSSE yet) would improve readability of MWScript code content on the wiki.

Implementation

Obsidian and Quartz use two separate libraries for their syntax highlighting. Quartz uses Shiki whereas Obsidian uses Prism. Implementing MWScript syntax highlighting would require adding a custom language for at least Shiki so it renders on the wiki website, but ideally for Prism as well.

Examples of MWScript Syntax Highlighting for Other Platforms