SergeyKasyanov / vscode-october-extension

VSCode extension for work with OctoberCMS
MIT License
20 stars 2 forks source link

Fixes native PHP template syntax #2

Closed daftspunk closed 2 years ago

daftspunk commented 2 years ago

October CMS will internally process short tags <? ?> even if PHP doesn't support them, so we can use it to enable the shorter syntax. This also highlights the opening and closing tags.

Before Change (A)

image

Before Change (B)

image

After Change (A)

image

After Change (B)

image

SergeyKasyanov commented 2 years ago

Cool. Thanks.