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
That's great for HTML comments. But, what if you're using Blade or Nunjucks? You still want to use Emmet's automated comments with these languages, but the comments are different.
Blade: {{-- --}}
Nunjucks: {# #}
How do you make Emmet smart enough to realize context?
The text was updated successfully, but these errors were encountered:
In VS Code, I have Emmet automatically add comments.
That's great for HTML comments. But, what if you're using Blade or Nunjucks? You still want to use Emmet's automated comments with these languages, but the comments are different.
Blade:
{{-- --}}
Nunjucks:
{# #}
How do you make Emmet smart enough to realize context?
The text was updated successfully, but these errors were encountered: