Menu

Question about User defined Style!

2006-08-03
2012-11-13
  • Nobody/Anonymous

    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!!

     
    • Don HO

      Don HO - 2007-01-15

      RegExp is not supported by User Language Define System.

      Don

       
    • Nobody/Anonymous

      is there no way?