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 has been archived by the owner on Dec 2, 2022. It is now read-only.
I found a bug in the pug syntax coloring, where if you type a " ª " character inside an interpolated string, it makes the text after said character to be colored like a keyword.
Steps to Reproduce:
In a .pug file, introduce the " ª " character inside the text node of an interpolated tag, for instance:
p The coloring breaks after the #[strong ª] character.
The syntax coloring after the " ª " character breaks, coloring almost anything like a keyword.
It happens independently of the color theme applied to the editor, and the bug appears to be only when that specific character is used, you can see that the " º " character in the picture doesn't cause problems in the same circumstances.
The text was updated successfully, but these errors were encountered:
Moved from microsoft/vscode#22969
From @patoezequiel
I found a bug in the pug syntax coloring, where if you type a " ª " character inside an interpolated string, it makes the text after said character to be colored like a keyword.
Steps to Reproduce:
p The coloring breaks after the #[strong ª] character.
It happens independently of the color theme applied to the editor, and the bug appears to be only when that specific character is used, you can see that the " º " character in the picture doesn't cause problems in the same circumstances.
The text was updated successfully, but these errors were encountered: