Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
SerializedLanguageConfiguration
Interface SerializedLanguageConfiguration
interface
SerializedLanguageConfiguration
{
autoClosingPairs
?:
SerializedAutoClosingPair
[]
;
brackets
?:
CharacterPair
[]
;
comments
?:
CommentRule
;
indentationRules
?:
SerializedIndentationRule
;
onEnterRules
?:
SerializedOnEnterRule
[]
;
wordPattern
?:
SerializedRegExp
;
}
Index
Properties
auto
Closing
Pairs?
brackets?
comments?
indentation
Rules?
on
Enter
Rules?
word
Pattern?
Properties
Optional
auto
Closing
Pairs
autoClosingPairs
?:
SerializedAutoClosingPair
[]
Optional
brackets
brackets
?:
CharacterPair
[]
Optional
comments
comments
?:
CommentRule
Optional
indentation
Rules
indentationRules
?:
SerializedIndentationRule
Optional
on
Enter
Rules
onEnterRules
?:
SerializedOnEnterRule
[]
Optional
word
Pattern
wordPattern
?:
SerializedRegExp
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Closing
Pairs
brackets
comments
indentation
Rules
on
Enter
Rules
word
Pattern
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...