As I asked in above how can I use standard twig comment syntax in Atom text editor?
for twig support in atom I right now use below packages:
PHP-twig and
language-twig
But when I press Ctrl + / shortcut to puts selected lines in a block-comment, atom sometimes use and sometimes use {# #} as comment in html.twig template files but I want to use standard syntax {# #} always instead.
Is there any option or better package for twig language in Atom?