Summary
Wraps an Array of String
s. The Array describes a path from the
root of the syntax tree to a token including all scope names for the entire
path.
Methods that take a ScopeDescriptor
will also accept an Array of {Strings}
scope names e.g. ['.source.js']
.
You can use ScopeDescriptor
s to get language-specific config settings via
Config::get.
You should not need to create a ScopeDescriptor
directly.
- Editor::getRootScopeDescriptor to get the language's descriptor.
- Editor::scopeDescriptorForBufferPosition to get the descriptor at a specific position in the buffer.
- Cursor::getScopeDescriptor to get a cursor's descriptor based on position.
See the scopes and scope descriptor guide for more information.
Instance Methods
constructor(object)
Create a ScopeDescriptor object.
Argument | Description |
---|---|
object |
getScopesArray()
Return Values |
---|