For example, in “ini” files , codes are presented this way:
[some thing]
some code here
some code here
some code here
(blank line here)
[some thing else]
another code here
another code here
(blank line here)
...
...
...
I would like the outline plug-in work like this:
+[some thing][...]
+[some thing else][...]
Is this possible?
I have set “Custom (Specify Begin as Level 1)/End as Level 2)” level 1: “]n$”
level 2: “^n”
but it doesn’t work. Outline just fold everything below the line :-(