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
While using this plugin with Twig I'm noticing that tags are added as suggestions if used within a class attribute. Is it possible to exclude things like {{}}{%%} from the suggestions?
Example:
<divclass="test {{ var }}"></div>
Suggests: {{ and }}
Might even be useful to filter based on the allowed characters for the class attribute (https://stackoverflow.com/a/449000). Thanks for the great extension!
The text was updated successfully, but these errors were encountered:
While using this plugin with Twig I'm noticing that tags are added as suggestions if used within a class attribute. Is it possible to exclude things like
{{
}}
{%
%}
from the suggestions?Example:
Suggests:
{{
and}}
Might even be useful to filter based on the allowed characters for the class attribute (https://stackoverflow.com/a/449000). Thanks for the great extension!
The text was updated successfully, but these errors were encountered: