o
    \’×i   ã                   @   sF   d Z ddlmZmZ ddlmZmZmZmZ dgZ	G dd„ deƒZ
dS )zÈ
    pygments.lexers.xorg
    ~~~~~~~~~~~~~~~~~~~~

    Lexers for Xorg configs.

    :copyright: Copyright 2006-present by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é    )Ú
RegexLexerÚbygroups)ÚCommentÚStringÚNameÚTextÚ	XorgLexerc                
   @   sl   e Zd ZdZdZdZdgZdgZg ZdZ	dde
fdefd	eeje
ejƒfd
ejfdeeje
ejƒfgiZdS )r   zLexer for xorg.conf files.ÚXorgzhttps://www.x.org/wiki/z	xorg.confÚ Úrootz\s+z#.*$z((?:Sub)?Section)(\s+)("\w+")z(End(?:Sub)?Section)z(\w+)(\s+)([^\n#]+)N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚnameÚurlÚaliasesÚ	filenamesÚ	mimetypesÚversion_addedr   r   r   r   ÚEscaper   ÚBuiltinÚConstantÚtokens© r   r   úR/home/ubuntu/SoloSpeech/.venv/lib/python3.10/site-packages/pygments/lexers/xorg.pyr      s(    ÿÿøÿN)r   Úpygments.lexerr   r   Úpygments.tokenr   r   r   r   Ú__all__r   r   r   r   r   Ú<module>   s
    
