We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Craft CMS uses Twig as a templating engine. While the syntax should highlight any of it's Twig code used, there are certain tags like {% css %} (https://craftcms.com/docs/4.x/dev/tags.html#css) & {% js %} (https://craftcms.com/docs/4.x/dev/tags.html#js) where we might need to embed CSS and JS syntax into it.
{% css %}
{% js %}
Since none of the users have so far expressed an issue with it, just keeping this enhancement proposal for reference.
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of your enhancement/feature request proposal.
Craft CMS uses Twig as a templating engine. While the syntax should highlight any of it's Twig code used, there are certain tags like
{% css %}
(https://craftcms.com/docs/4.x/dev/tags.html#css) &{% js %}
(https://craftcms.com/docs/4.x/dev/tags.html#js) where we might need to embed CSS and JS syntax into it.Since none of the users have so far expressed an issue with it, just keeping this enhancement proposal for reference.
Alternatives.
None
The text was updated successfully, but these errors were encountered: