vscode-hyperscript icon indicating copy to clipboard operation
vscode-hyperscript copied to clipboard

Opening tag breaks syntax for rest of file

Open brablc opened this issue 1 year ago • 0 comments

Examples of code that breaks syntax highlighting:

put `<div>Hello</div>` into #main 
make an <a.navlink>

Funny enough this works fine:

put '<div>Hello</div>' into #main

For JavaScript style template strings one of the workarounds can be:

put `\x3Cdiv>Hello\x3C/div>` into #main

brablc avatar Jan 02 '24 19:01 brablc