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 */