oakmac/atom-parinfer

Add previewCursorScope option

oakmac opened this issue · 1 comments

previewCursorScope is new functionality available in Indent Mode via parinfer.js.

atom-parinfer should support this option if the user desires it.

previewCursorScope can be enabled via a config file in your home directory: ~/.atom-parinfer-config.json

{
  "preview-cursor-scope?": true
}