Display form-feed characters (U+000C
) as horizontal dividers in source code.
Inspired by the MELPA package of the same name.
^L
(using caret notation)\f
, ^L
form-feeds:go-to-prev-feed
form-feeds:go-to-next-feed
form-feeds:strip-feeds
You can tweak the rendering of form-feed indicators using your stylesheet:
@import "packages/form-feeds/styles/variables.less";// Thicker border@{ff-border} @{ff-selector}::before{border-top-width: 2px;}// Replace `^L` with a green `FF` when `placeholderStyle` is set to "caret"@{ff-caret} @{ff-selector}::before{content: "FF";color: #0f0;}
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.