Syntax Highlighting and Nested Comments

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
g00ber
Posts: 10
Joined: Fri Jul 11, 2003 8:01 pm

Syntax Highlighting and Nested Comments

Post by g00ber »

Does anyone know how to force Textpad to recognize nested comments?
The line "LINE1" shows up as BLUE, instead of GREEN.
By the way, the programming language is called Progress and I downloaded the Syntax Definitions from the website.


COMMENTS = GREEN
CODE = BLUE



CODE1
/*** COMMENT1
/*** COMMENT2 ***/
LINE1
***/
CODE2
Post Reply