a
    ©lc…  ã                   @   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-2022 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 file.Ú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   ÚEscaper   ÚBuiltinÚConstantÚtokens© r   r   úP/var/www/html/django/DPS/env/lib/python3.9/site-packages/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   
