Open venux92 opened 11 months ago
Describe the bug If you add some PHP into an antlers.html file the highlight is incorrect. It's misleading because you feel you have some issue but the file works correctly.
antlers.html
OS:
Jetbrains Product:
IDE Version:
Plugin Version:
To Reproduce Go to https://statamic.dev/antlers#syntax
Copy the example code <a href="{{$ route('account.register') $}}">Register for a new account</a>
<a href="{{$ route('account.register') $}}">Register for a new account</a>
Expected behavior Should keep the correct highlight as if we are using variables {{ variable }}
variables
{{ variable }}
Screenshots -- with variables --
-- with php --
Same problem here on MacOsX.
Describe the bug If you add some PHP into an
antlers.html
file the highlight is incorrect. It's misleading because you feel you have some issue but the file works correctly.OS:
Jetbrains Product:
IDE Version:
Plugin Version:
To Reproduce Go to https://statamic.dev/antlers#syntax
Copy the example code
<a href="{{$ route('account.register') $}}">Register for a new account</a>
Expected behavior Should keep the correct highlight as if we are using
variables
{{ variable }}
Screenshots -- with variables --
-- with php --