package spectrum

  1. Overview
  2. Docs

Module Spectrum.LexerSource

Sourceexception InvalidTag of string
Sourceexception InvalidStyleName of string
Sourceexception InvalidColorName of string
Sourceexception InvalidHexColor of string
Sourceexception InvalidQualifier of string
Sourceexception Eof
Sourceval name_to_ansi_style : string -> string
Sourceval name_to_xterm_color : string -> string
Sourceval fg_from_name : string -> string
Sourceval bg_from_name : string -> string
Sourceval from_hex : string -> string
Sourceval fg_from_hex : string -> string
Sourceval bg_from_hex : string -> string
Sourceval qualified_color_from_name : string option -> string -> string
Sourceval qualified_color_from_hex : string option -> string -> string
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval to_code : Lexing.lexbuf -> string
Sourceval __ocaml_lex_to_code_rec : Lexing.lexbuf -> int -> string
Sourceval parse_one : Lexing.lexbuf -> string option
Sourceval parse : Lexing.lexbuf -> string list
Sourceval tag_to_code : string -> (string, exn) result
OCaml

Innovation. Community. Security.