thanhnguyen2187 / crypta

An offline-first code snippet manager
https://thanhnguyen2187.github.io/crypta/
MIT License
7 stars 0 forks source link

Make code syntax highlighting works #15

Open thanhnguyen2187 opened 9 months ago

thanhnguyen2187 commented 9 months ago

Relevant code pointers:

thanhnguyen2187 commented 9 months ago

The plan is to use codejar instead of CodeMirror or Monaco for the library's lightweightness.

thanhnguyen2187 commented 9 months ago

Also, we should think about picking prism.js and highlight.js.