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
I've checked after/ftplugin and there is no twig support it seems. So I have then checked an example like javascript which seems to essentially be:
let b:caw_oneline_comment = '//' let b:caw_wrap_oneline_comment = ['/*', '*/'] let b:caw_search_possible_comments = 1
In twig a line could be:
{{ myline }}
and a comment is:
{# myline #}
Is this doable with this plugin ?
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've checked after/ftplugin and there is no twig support it seems. So I have then checked an example like javascript which seems to essentially be:
In twig a line could be:
{{ myline }}
and a comment is:
Is this doable with this plugin ?
Thank you.
The text was updated successfully, but these errors were encountered: