Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
UTop_stylesSourceStyled loaded from ~/.utoprc
type styles = {mutable style_keyword : LTerm_style.t;mutable style_symbol : LTerm_style.t;mutable style_ident : LTerm_style.t;mutable style_module : LTerm_style.t;mutable style_constant : LTerm_style.t;mutable style_char : LTerm_style.t;mutable style_string : LTerm_style.t;mutable style_quotation : LTerm_style.t;mutable style_comment : LTerm_style.t;mutable style_doc : LTerm_style.t;mutable style_blanks : LTerm_style.t;mutable style_error : LTerm_style.t;mutable style_directive : LTerm_style.t;mutable style_paren : LTerm_style.t;mutable style_font : string option;mutable style_foreground : LTerm_style.color option;mutable style_background : LTerm_style.color option;mutable style_cursor : LTerm_style.color option;}Type of utop styles.
Load resources into styles.
val stylise :
(UTop_token.location -> LTerm_style.t -> unit) ->
(UTop_token.t * UTop_token.location) list ->
unitstylise apply tokens calls apply on all token locations with the associated style.