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 Jan 8, 2023. It is now read-only.
Describe the bug
When the <isprint> tag is defined and the attribute: style is added, attribute described in the official documentation, the highlight inside the attribute is the css language.
It must be replaced with the default color highlight of the string grammar, but only in this tag.
To Reproduce
Steps to reproduce the behavior:
Write <isprint> tag o create it with snippet
Set style attribute: <isprint style="style_ID">
See the highlight error as css language inside of this attribute
Expected behavior
The color highlight within the attribute must be replaced with the default string highlight.
Describe the bug
When the
<isprint>tag is defined and the attribute:styleis added, attribute described in the official documentation, the highlight inside the attribute is thecsslanguage.It must be replaced with the default color highlight of the
stringgrammar, but only in this tag.To Reproduce
Steps to reproduce the behavior:
<isprint>tag o create it with snippetstyleattribute:<isprint style="style_ID">csslanguage inside of this attributeExpected behavior
The color highlight within the attribute must be replaced with the default
stringhighlight.Screenshots

Desktop
Additional context
None.