R Markdown: improve folding of blocks
ClosedPublic

Authored by nibags on Feb 12 2019, 11:27 AM.

Details

Summary

Changes:

  • Use a different identifier for the folding of each block.
  • Fixes the end of the folding in some blocks: for example, in the context "YAMLhead", the folding is not closed.
  • Replaces context="Normal Text" by context="#pop".
  • Add column="0" in some rules.

Diff Detail

Repository
R216 Syntax Highlighting
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
nibags created this revision.Feb 12 2019, 11:27 AM
Restricted Application added projects: Kate, Frameworks. · View Herald TranscriptFeb 12 2019, 11:27 AM
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. · View Herald Transcript
nibags requested review of this revision.Feb 12 2019, 11:27 AM
cullmann accepted this revision.Feb 12 2019, 7:25 PM

Looks reasonable, at least as far I read the diff in the folding test.

This revision is now accepted and ready to land.Feb 12 2019, 7:25 PM
This revision was automatically updated to reflect the committed changes.