aki77 / atom-expand-region

expanding selection
https://atom.io/packages/expand-region
MIT License
89 stars 9 forks source link

Customize selected regions for '*' scope #31

Open ahshum opened 6 years ago

ahshum commented 6 years ago
Atom    : 1.22.0
Electron: 1.6.15
Chrome  : 56.0.2924.87
Node    : 7.4.0
atom-expand-regoin: 0.4.0

Step

  1. copy from settings.cson
  2. paste to under '*' scope

Expected result

The config is set and respected normally

Actual result

The config is converted to "expand-region": {} after saved

spencermountain commented 6 years ago

hi aki77, thanks for this really cool package. I can confirm no-scope, as well as '*' scope do not seem to be registering, and only specific source.foo commands seem to work

thanks!