Wrong folding for own language
-
Hi,
I have created my own language rules and defined there:
Folding in code style 1:
Open:{
Close:}
So nothing special - same as in other popular languages.But in the code the folding moves down one line with every occurrence of { … }. So after a few { … } the folding starts in the middle of { … } and ends a few lines below the { …}.
Is it a bug? -