I am trying to define a user language with the following comments and operators, but am having problems with the definition - can anyone suggest what might work here?
The problem is with the comment blocks in this language.
Start Comment: (*
End Comment: *)
Operators: * ( )
So the comment symbols are made up of valid operators. Even if I define the comment start and end symbols as keywords, and select the 'Treat keyword as symbol', it still doesn't work...any ideas?
thanks!
J
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am trying to define a user language with the following comments and operators, but am having problems with the definition - can anyone suggest what might work here?
The problem is with the comment blocks in this language.
Start Comment: (*
End Comment: *)
Operators: * ( )
So the comment symbols are made up of valid operators. Even if I define the comment start and end symbols as keywords, and select the 'Treat keyword as symbol', it still doesn't work...any ideas?
thanks!
J