Releases: deathau/cm-editor-syntax-highlight-obsidian
Releases · deathau/cm-editor-syntax-highlight-obsidian
0.1.3
- Fixed elixir mode (sorry this took me so long to release, it was fixed AAAGES ago...)
- Added javascript syntax highlighting for
dataviewjs
blocks (thanks @dbarenholz) - Added YAML syntax highlighting for
dataview
andtracker
blocks (thanks @KjellConnelly)
0.1.2
- Added elixir mode (thanks to James Dalton)
0.1.1
- Apply codemirror theme to latex math also
0.1.0
- Adjusted the dark codemirror theme to also apply to frontmatter
- Reload the editor modes on load, so syntax highlighting is shown on enable
- Delete editor modes on unload, so syntax highlighting is hidden on disable
0.0.1
Initial Release.
Copy-pasted and imported editor modes from CodeMirror 5.58.2. Got compiler errors importing markdown
and gfm
, so those aren't available for now.