Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
monaco
TextmateRegistry
Class TextmateRegistry
Index
Constructors
constructor
Properties
language
Id
To
Scope
language
To
Config
scope
To
Provider
Accessors
languages
Methods
get
Grammar
Configuration
get
Language
Id
get
Provider
get
Scope
map
Language
Id
To
Textmate
Grammar
register
Grammar
Configuration
register
Textmate
Grammar
Scope
Constructors
constructor
new
Textmate
Registry
(
)
:
TextmateRegistry
Returns
TextmateRegistry
Properties
Protected
Readonly
language
Id
To
Scope
language
Id
To
Scope
:
Map
<
string
,
string
[]
>
= ...
Protected
Readonly
language
To
Config
language
To
Config
:
Map
<
string
,
TextmateGrammarConfiguration
[]
>
= ...
Protected
Readonly
scope
To
Provider
scope
To
Provider
:
Map
<
string
,
GrammarDefinitionProvider
[]
>
= ...
Accessors
languages
get
languages
(
)
:
IterableIterator
<
string
>
Returns
IterableIterator
<
string
>
Methods
get
Grammar
Configuration
get
Grammar
Configuration
(
languageId
)
:
TextmateGrammarConfiguration
Parameters
languageId
:
string
Returns
TextmateGrammarConfiguration
get
Language
Id
get
Language
Id
(
scope
)
:
undefined
|
string
Parameters
scope
:
string
Returns
undefined
|
string
get
Provider
get
Provider
(
scope
)
:
undefined
|
GrammarDefinitionProvider
Parameters
scope
:
string
Returns
undefined
|
GrammarDefinitionProvider
get
Scope
get
Scope
(
languageId
)
:
undefined
|
string
Parameters
languageId
:
string
Returns
undefined
|
string
map
Language
Id
To
Textmate
Grammar
map
Language
Id
To
Textmate
Grammar
(
languageId
,
scope
)
:
Disposable
Parameters
languageId
:
string
scope
:
string
Returns
Disposable
register
Grammar
Configuration
register
Grammar
Configuration
(
languageId
,
config
)
:
Disposable
Parameters
languageId
:
string
config
:
TextmateGrammarConfiguration
Returns
Disposable
register
Textmate
Grammar
Scope
register
Textmate
Grammar
Scope
(
scope
,
provider
)
:
Disposable
Parameters
scope
:
string
provider
:
GrammarDefinitionProvider
Returns
Disposable
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
language
Id
To
Scope
language
To
Config
scope
To
Provider
languages
get
Grammar
Configuration
get
Language
Id
get
Provider
get
Scope
map
Language
Id
To
Textmate
Grammar
register
Grammar
Configuration
register
Textmate
Grammar
Scope
Theia TypeDoc
Loading...