Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/monaco
textmate/textmate-registry
TextmateGrammarConfiguration
Interface TextmateGrammarConfiguration
interface
TextmateGrammarConfiguration
{
balancedBracketSelectors
?:
string
[]
;
embeddedLanguages
?:
IEmbeddedLanguagesMap
;
tokenizerOption
?:
TokenizerOption
;
tokenTypes
?:
ITokenTypeMap
;
unbalancedBracketSelectors
?:
string
[]
;
}
Hierarchy
IGrammarConfiguration
TextmateGrammarConfiguration
Index
Properties
balanced
Bracket
Selectors?
embedded
Languages?
tokenizer
Option?
token
Types?
unbalanced
Bracket
Selectors?
Properties
Optional
balanced
Bracket
Selectors
balancedBracketSelectors
?:
string
[]
Optional
embedded
Languages
embeddedLanguages
?:
IEmbeddedLanguagesMap
Optional
Readonly
tokenizer
Option
tokenizerOption
?:
TokenizerOption
Optional options to further refine the tokenization of the grammar.
Optional
token
Types
tokenTypes
?:
ITokenTypeMap
Optional
unbalanced
Bracket
Selectors
unbalancedBracketSelectors
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
balanced
Bracket
Selectors
embedded
Languages
tokenizer
Option
token
Types
unbalanced
Bracket
Selectors
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Optional options to further refine the tokenization of the grammar.