jed-users mailing list

[2023 Date Index] [2023 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[jed-users] Re: Highlighting user preferred variables in perl


Jesus Lozano Mosterin <jesuslozanomosterin@xxxxxxxxx> wrote:

> I wonder if could be possible to
> Highlight user preferred variables,
> As a VOI (variables of interest).
> 
> Example: $a $b $i $jj $k
> 
> I think the color yellow is free.

For example

  dfa_define_highlight_rule ("\\$.* ", "Qkeyword1", $1);
  
would highlight the variables above in the color of "keyword1"
and stop matching following a space. Modify to your needs.

Regards,
Morten
_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.


[2023 date index] [2023 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]