Add previewCursorScope option
oakmac opened this issue · 1 comments
oakmac commented
previewCursorScope
is new functionality available in Indent Mode via parinfer.js.
atom-parinfer should support this option if the user desires it.
oakmac commented
previewCursorScope
can be enabled via a config file in your home directory: ~/.atom-parinfer-config.json
{
"preview-cursor-scope?": true
}