Rezi
Preparing search index...
core/src
tokenizeCodeEditorLineWithCustom
Function tokenizeCodeEditorLineWithCustom
tokenizeCodeEditorLineWithCustom
(
line
:
string
,
context
:
CodeEditorTokenizeContext
,
customTokenizer
:
|
(
(
line
:
string
,
context
:
CodeEditorTokenizeContext
,
)
=>
readonly
Readonly
<
{
kind
:
CodeEditorSyntaxTokenKind
;
text
:
string
}
>
[]
)
|
null
,
)
:
readonly
Readonly
<
{
kind
:
CodeEditorSyntaxTokenKind
;
text
:
string
}
>
[]
Parameters
line
:
string
context
:
CodeEditorTokenizeContext
customTokenizer
:
|
(
(
line
:
string
,
context
:
CodeEditorTokenizeContext
,
)
=>
readonly
Readonly
<
{
kind
:
CodeEditorSyntaxTokenKind
;
text
:
string
}
>
[]
)
|
null
Returns
readonly
Readonly
<
{
kind
:
CodeEditorSyntaxTokenKind
;
text
:
string
}
>
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...