BoostIO / BoostNote-Legacy

This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App
Other
17.07k stars 1.47k forks source link

Nim Syntax #3631

Closed ire4ever1190 closed 1 year ago

ire4ever1190 commented 3 years ago

Current behavior

cannot use nim in code block

Expected behavior

echo("test")

should have the highlighting for nim

  1. open a note
  2. write code block for nim

Environment

Flexo013 commented 3 years ago

We use CodeMirror for syntax highlighting. To support this we would need to add a new mode as suggested here:
https://github.com/codemirror/CodeMirror/issues/6165