U
    luf†  ã                   @   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-2023 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é    )Ú
RegexLexerÚbygroups)ÚCommentÚStringÚNameÚTextÚ	XorgLexerc                
   @   sh   e Zd ZdZdZdZdgZdgZg 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.Z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Ú	mimetypesr   r   r   r   ZEscaper   ZBuiltinÚConstantÚtokens© r   r   ú8/tmp/pip-unpacked-wheel-7eq1ciah/pygments/lexers/xorg.pyr      s$   ÿÿøÿN)r   Zpygments.lexerr   r   Zpygments.tokenr   r   r   r   Ú__all__r   r   r   r   r   Ú<module>   s   
