You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
First issue: Un-comment line 6. Notice how the syntax highlighting doesn't show up
Second issue Cut all text from the file, then re paste it. Notice how none of the syntax highlighting is working.
Expected behavior:
All syntax highlight should work properly.
Actual behavior:
ele.innerHTML=``;
Seems to break the syntax highlighting of its own line, but then if you try to edit lines around it, the broken syntax highlighting seems to spread through the rest of the file.
If you open a JS file that already has this line in it, depending on the size of the file will depend on how many lines don't get the syntax highlighting. Its really quite weird.