Hi, I want to create my own Smarty Style! How can I assign, that all things matched by the following RegExp are marked in a specific color:
{{\w*}}
?
I tried to set a Color for the prefix '{{$', but in many cases, this doesn't work.
E.g.:
<a href="{{var}}">
Thanks!!
RegExp is not supported by User Language Define System.
Don
is there no way?
Hi,
I want to create my own Smarty Style!
How can I assign, that all things matched by the following RegExp are marked in a specific color:
{{\w*}}
?
I tried to set a Color for the prefix '{{$', but in many cases, this doesn't work.
E.g.:
<a href="{{var}}">
Thanks!!
RegExp is not supported by User Language Define System.
Don
is there no way?