mirror of
https://github.com/tomaz1502/lean-syntax-highlight.git
synced 2026-07-22 09:30:24 +00:00
No description
| lib | ||
| mode/lean | ||
| .gitignore | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| tsconfig.json | ||
| versions.json | ||
Lean Syntax Highlight for Obsidian
A plugin for Obsidian providing live syntax highlight for the Lean programming language.
Installation
- Open Settings > Third-party plugin
- Make sure Safe mode is off
- Click Browse community plugins
- Search for "Lean Syntax Highlight"
- Click Install
- Once installed, close the community plugins window and activate the newly installed plugin
Note: This plugin is mostly a fork from cm-editor-syntax-highlight-obsidian and from obsidian-mlir-syntax-highlight, but only providing support for Lean (as other languages are already natively supported by Obsidian).