D18895: AsciiDoc: Add folding for sections

2019-02-11 Thread Dominik Haumann
This revision was automatically updated to reflect the committed changes. Closed by commit R216:54ac6d34a339: AsciiDoc: Add folding for sections (authored by dhaumann). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D18895?vs=51314&id=51442#toc REPOSITORY R216 Syntax Highlighting CHANG

D18895: AsciiDoc: Add folding for sections

2019-02-11 Thread Andreas Gratzer
andreasgr added a comment. In D18895#409743 , @dhaumann wrote: > ... Although, adding many RegExprs is slow compared to other rules. I understand that. I just don't see how to achieve the needed matches using other rules. E.g. a simple

D18895: AsciiDoc: Add folding for sections

2019-02-10 Thread Dominik Haumann
dhaumann accepted this revision. dhaumann added a comment. This revision is now accepted and ready to land. I think this change is ok. Although, adding many RegExprs is slow compared to other rules. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D18895 T

D18895: AsciiDoc: Add folding for sections

2019-02-10 Thread Andreas Gratzer
andreasgr created this revision. andreasgr added reviewers: Framework: Syntax Highlighting, dhaumann. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. andreasgr requested review of this revision. REVISION SUMMARY As D18516