Module Types.DocumentOnTypeFormattingRegistrationOptionsSource
Sourcetype t = {documentSelector : DocumentSelector.t option;firstTriggerCharacter : string;moreTriggerCharacter : string list option;
} Sourceval create :
?documentSelector:DocumentSelector.t ->
firstTriggerCharacter:string ->
?moreTriggerCharacter:string list ->
unit ->
t