Open albertostiip opened 5 months ago
The code highlighting function, and thus the application of theme colors, is not working.
I have the same problem...
Just FYI the current fix is to use hilight.js 11.8.0
and should work
apparently there is a pull request that fixes it https://github.com/justcaliturner/simple-code-editor/pull/45
The code highlighting function, and thus the application of theme colors, is not working.
Every time I type a new character in the text area, I receive a log like this:
This is how the simple-code-editor component looks:
package.json:
"simple-code-editor": "^2.0.9", "vue": "^3.4.27",