wip: adaptive highlighting
This commit is contained in:
parent
f7bd373ce6
commit
63c23736ad
4 changed files with 124 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// import 'tailwindcss/tailwind.css';
|
||||
|
||||
export { default as CodeMirror, flash } from './components/CodeMirror6'; // !SSR
|
||||
export { default as CodeMirror, flash, updateMiniLocations, highlightMiniLocations } from './components/CodeMirror6'; // !SSR
|
||||
export * from './components/MiniRepl'; // !SSR
|
||||
export { default as useHighlighting } from './hooks/useHighlighting'; // !SSR
|
||||
export { default as useStrudel } from './hooks/useStrudel'; // !SSR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue