Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TextmateRegistry

Index

Constructors

Properties

languageIdToScope: Map<string, string[]> = ...
languageToConfig: Map<string, TextmateGrammarConfiguration[]> = ...
scopeToProvider: Map<string, GrammarDefinitionProvider[]> = ...

Accessors

  • get languages(): IterableIterator<string>

Methods

  • getLanguageId(scope: string): undefined | string
  • getScope(languageId: string): undefined | string
  • mapLanguageIdToTextmateGrammar(languageId: string, scope: string): Disposable