artagnon / vstwig

🈸 vscode extension for PHP Twig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vstwig

Includes syntax highlighting for the Twig language, and an opinionated formatter that actually works. The formatter formats a document containing HTML tags, {{ ... }}, and {% [block] %} ... {% end[block] %}, leaving the code between <style>...</style> and <script>...</script> untouched. There are no configuration options, and the formatter respects the current VSCode configuration.

Before: Before

After: After

About

🈸 vscode extension for PHP Twig

License:MIT License


Languages

Language:TypeScript 99.5%Language:JavaScript 0.5%