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

Javascript won't be formatted #46

Closed dzpt closed 4 years ago

dzpt commented 4 years ago
<script>
    $(function () {
$('.reason').click(function () {
$('textarea[name="reason"]').val($(this).text().trim())
});
});
</script>

Example code that won't be formatted