Class DefaultServiceRegistry

Generic registry for Langium services, but capable of being used with extending service sets as well (such as the lsp-complete LangiumCoreServices set)

Implements

Constructors

Properties

fileExtensionMap: Map<string, LangiumCoreServices> = ...
languageIdMap: Map<string, LangiumCoreServices> = ...
textDocuments?: TextDocumentProvider

Accessors

Methods