Sha256: 353bfeb96ae516020b0e59aacb57c8b27cccf2e9b7ddac64e71d1a7b189f4a65

Contents?: true

Size: 698 Bytes

Versions: 3

Compression:

Stored size: 698 Bytes

Contents

# -*- coding: utf-8 -*-
"""
    pygments.lexers.functional
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Just export lexer classes previously contained in this module.

    :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
"""

from pygments.lexers.lisp import SchemeLexer, CommonLispLexer, RacketLexer, \
    NewLispLexer, ShenLexer
from pygments.lexers.haskell import HaskellLexer, LiterateHaskellLexer, \
    KokaLexer
from pygments.lexers.theorem import CoqLexer
from pygments.lexers.erlang import ErlangLexer, ErlangShellLexer, \
    ElixirConsoleLexer, ElixirLexer
from pygments.lexers.ml import SMLLexer, OcamlLexer, OpaLexer

__all__ = []

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pygments.rb-2.0.0 vendor/pygments-main/pygments/lexers/functional.py
pygments.rb-2.0.0.rc3 vendor/pygments-main/pygments/lexers/functional.py
pygments.rb-2.0.0.rc2 vendor/pygments-main/pygments/lexers/functional.py