Module Pxp_lexers


module Pxp_lexers: sig .. end
Return the lexer factory that is able to handle the passed encoding.

val get_lexer_factory : Pxp_core_types.rep_encoding -> Pxp_lexer_types.lexer_factory
Return the lexer factory that is able to handle the passed encoding.
val init : Pxp_lexer_types.lexer_factory -> unit
Add a new factory to the set of known factories
class false_factory : string -> Pxp_lexer_types.lexer_factory
A factory that always fails with the passed string when it is tried to open a source
val get_lexer_set : Pxp_core_types.rep_encoding -> Pxp_lexer_types.lexer_set
DEPRECATED. Only exists because WDialog needs it. This function is only emulated to the level that WDialog can use it.

Return the set of lexer functions that is able to handle the passed encoding.