mblode / vscode-twig-language

VS Code extension with snippets, syntax highlighting, hover, and formatting for Twig.
https://marketplace.visualstudio.com/items?itemName=mblode.twig-language
MIT License
42 stars 7 forks source link

Problems with javascript in twig #44

Open stanislavdavid opened 4 years ago

stanislavdavid commented 4 years ago

Thank for great plugin. I have problem with twig file , which contains javascript with twig variables.

<td class="text-right" onclick="selectClick({{ category.category_id }},'sort_order',this, event, '{{ category.sort_order }}');">{{ category.sort_order }}</td> image