strudel/packages/codemirror
Felix Roos 34176ab5f8 refactor:
- dedupe flash / highlighting logic
- codemirror logic now lives only in codemirror package
- remove old highlighting logic
- use codemirror package in react package
- cleanup CodeMirror6.jsx
- pull setMiniLocations into useHighlighting
- migrate MiniRepl, nano-repl + Repl to new highlighting
2023-07-04 21:49:39 +02:00
..
themes add codemirror package 2023-05-05 15:13:17 +02:00
codemirror.mjs refactor: 2023-07-04 21:49:39 +02:00
flash.mjs refactor: 2023-07-04 21:49:39 +02:00
highlight.mjs refactor: 2023-07-04 21:49:39 +02:00
index.mjs refactor: 2023-07-04 21:49:39 +02:00
package.json refactor: 2023-07-04 21:49:39 +02:00
README.md add codemirror package 2023-05-05 15:13:17 +02:00
vite.config.js refactor: 2023-07-04 21:49:39 +02:00

@strudel/codemirror

This package contains helpers and extensions to use codemirror6. See vite-vanilla-repl-cm6 as an example of using it.