-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
I'm using this plugin for twig tempaltes which are very similar to jinja ones. But I struggle to use vim-commentary (tpope's plugin) with twig template. When I type gcc (to comment a single line):
Consider this example:
{% block stylesheets %}
<link rel="stylesheet" href="{{ asset('documents.css') }}">
{% endblock %}Cursor being at second line, pressing gcc, preprends ## to the line and give this result:
{% block stylesheets %}
## <link rel="stylesheet" href="{{ cached_asset('js-lib/modele-workflow-save.css') }}">
{% endblock %}Which is not valid syntax for twig file, instead it should use
{# .... comment here .... #}How do I change this behavior ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels