Open yelodevopsi opened 2 months ago
Hi, Thank you for providing an issue report. The basicsetup logic does work except for the highlighting.
I have checked why the highlighting doesn't work but I have to dig deeper to find a real solution.
The current workaround is to npm install codemirror Then import { basicSetup } from 'codemirror' Add basicSetup in your extensions array disable the basicSetup prop by setting it on false
Environment
Check your https://stackblitz.com/edit/nuxt-starter-ev2hgm?file=app.vue
Reproduction
Run the readme.md stackblitz
Describe the bug
There is not high-lighting through the basic-setup prop. Does this even work?
Additional context
No response
Logs
No response