Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext-headless
common/headless-plugin-protocol
LanguageConfiguration
Interface LanguageConfiguration
interface
LanguageConfiguration
{
autoClosingPairs
?:
AutoClosingPairConditional
[]
;
brackets
?:
CharacterPair
[]
;
comments
?:
CommentRule
;
folding
?:
FoldingRules
;
indentationRules
?:
IndentationRules
;
onEnterRules
?:
OnEnterRule
[]
;
surroundingPairs
?:
AutoClosingPair
[]
;
wordPattern
?:
string
|
RegExpOptions
;
}
Index
Properties
auto
Closing
Pairs?
brackets?
comments?
folding?
indentation
Rules?
on
Enter
Rules?
surrounding
Pairs?
word
Pattern?
Properties
Optional
auto
Closing
Pairs
autoClosingPairs
?:
AutoClosingPairConditional
[]
Optional
brackets
brackets
?:
CharacterPair
[]
Optional
comments
comments
?:
CommentRule
Optional
folding
folding
?:
FoldingRules
Optional
indentation
Rules
indentationRules
?:
IndentationRules
Optional
on
Enter
Rules
onEnterRules
?:
OnEnterRule
[]
Optional
surrounding
Pairs
surroundingPairs
?:
AutoClosingPair
[]
Optional
word
Pattern
wordPattern
?:
string
|
RegExpOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Closing
Pairs
brackets
comments
folding
indentation
Rules
on
Enter
Rules
surrounding
Pairs
word
Pattern
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...