Types.SemanticTokensRegistrationOptionsSourcetype t = {documentSelector : DocumentSelector.t option;full : [ `Bool of bool | `Full of full ] option;id : string option;legend : SemanticTokensLegend.t;range : bool option;workDoneProgress : bool option;}val create :
?documentSelector:DocumentSelector.t ->
?full:[ `Bool of bool | `Full of full ] ->
?id:string ->
legend:SemanticTokensLegend.t ->
?range:bool ->
?workDoneProgress:bool ->
unit ->
t