Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dim bracket pairs #3

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

Dim bracket pairs #3

wants to merge 33 commits into from

Conversation

dankinsoid
Copy link

For some languages, it is more appropriate to dim by bracket pairs rather than by indentation, especially for Lisp family languages.
Proposed solution:

  1. Add a property dimmer.dimmingReason with possible values: indent (default to maintain current behavior), brackets, or indentAndBrackets.
  2. Add detection for the currently surrounding brackets."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant