kasik96 / VS-Latte

VS Code Language extension Nette Latte + Neon for VS Code
https://github.com/kasik96/VS-Latte
MIT License
21 stars 6 forks source link

Support {switch} statements #7

Closed daun closed 5 years ago

daun commented 5 years ago

Enable syntax highlighting of switch statements, e.g.

{switch $type}
  {case image}
    ...
  {case video}
    ...
  {default}
    ...
{/switch}