Sindbad~EG File Manager

Current Path : /opt/imh-python/lib/python3.9/site-packages/prompt_toolkit/lexers/
Upload File :
Current File : //opt/imh-python/lib/python3.9/site-packages/prompt_toolkit/lexers/__init__.py

"""
Lexer interface and implementations.
Used for syntax highlighting.
"""

from __future__ import annotations

from .base import DynamicLexer, Lexer, SimpleLexer
from .pygments import PygmentsLexer, RegexSync, SyncFromStart, SyntaxSync

__all__ = [
    # Base.
    "Lexer",
    "SimpleLexer",
    "DynamicLexer",
    # Pygments.
    "PygmentsLexer",
    "RegexSync",
    "SyncFromStart",
    "SyntaxSync",
]

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists