UNPKG

@types/atom

Version:
9 lines (8 loc) 290 B
/** * Wraps an array of strings. The Array describes a path from the root of the * syntax tree to a token including all scope names for the entire path. */ export interface ScopeDescriptor { /** Returns all scopes for this descriptor. */ getScopesArray(): readonly string[]; }