Hi,
I'm trying to highlight lines that start with a specific character (colon) preceded by 4 spaces and lines that start with -- .
My wordfile is:
And files that I would to highlight are for example:
Line 37 is correctly highlighted by means of Line Comment -- but I would highlight even the line between 37 and 38 that start with 4 spaces and a colon.
I'm trying to use Line Comment Num but without success, can you help me?
Thanks.
I'm trying to highlight lines that start with a specific character (colon) preceded by 4 spaces and lines that start with -- .
My wordfile is:
Code: Select all
/L20"FANUC TPL" Line Comment = -- Line Comment Alt = ! String Chars = " Nocase File Extensions = KL LS
Code: Select all
37: --eg: fase prelievo pezzo grezzo
: dai nastri di ingresso ;
38: --****************************** ;
39: --eg: controllo di avere il
: consenso al prelievo e
: l'istanza della pinza a 0 ;
40: IF ( ) THEN ; --> DON'T HIGHLIGHT
41: CALL xxxxxx ; --> DON'T HIGHLIGHT
I'm trying to use Line Comment Num but without success, can you help me?
Thanks.