Closed kyrisu closed 6 years ago
This is better explained with an example:
if (true) { let test1 = `123 }`; let test2 = '123'; }
The second variable declaration is not hightlighted properly because } in the template closed the if block.
}
if
Hi, works fine here. Maybe its caused by other Vim script?
This is better explained with an example:
The second variable declaration is not hightlighted properly because
}
in the template closed theif
block.