Ugh, add settingsForScopeDescriptor back

It’s used by language mode and autocomplete for different things
This commit is contained in:
Ben Ogle
2014-10-02 14:34:02 -07:00
parent aedf02a3e3
commit 3732bdf1e9
3 changed files with 16 additions and 5 deletions

View File

@@ -57,4 +57,4 @@ class Syntax extends GrammarRegistry
propertiesForScope: (scope, keyPath) ->
deprecate 'A direct (but private) replacement is available at atom.config.scopedSettingsForScopeDescriptor().'
atom.config.scopedSettingsForScopeDescriptor(scope, keyPath)
atom.config.settingsForScopeDescriptor(scope, keyPath)