I have a code in custom defined language like
begin//comment line
...
end;
The problem is that if there is no space between "begin" and "//" then NP++ does not recognize "begin" as folding start. What could be the problem?
The only folding pair defined is begin..end. comments are as in C, i.e., "//" and /* some comment */
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a code in custom defined language like
begin//comment line
...
end;
The problem is that if there is no space between "begin" and "//" then NP++ does not recognize "begin" as folding start. What could be the problem?
The only folding pair defined is begin..end. comments are as in C, i.e., "//" and /* some comment */