U
    lufa  ã                   @   sR   d Z ddlmZmZmZ ddlmZmZmZm	Z	m
Z
mZ dgZG dd„ deƒZdS )z»
    pygments.lexers.tlb
    ~~~~~~~~~~~~~~~~~~~

    Lexers for TL-b.

    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é    )Ú
RegexLexerÚincludeÚwords)ÚOperatorÚNameÚNumberÚ
WhitespaceÚPunctuationÚCommentÚTlbLexerc                
   @   s¦   e Zd ZdZdZdgZdgZdefedƒde	fe
dƒefe
d	ƒejfd
ejfdejfdefdefg	dejfdejdfgdejfdejdfdejdfdejfgdœZdS )r   z
    For TL-b source code.
    zTl-bZtlbz*.tlbz\s+Úcommentsz[0-9]+)ú+ú-Ú*ú=ú?ú~Ú.ú^z==ú<ú>z<=z>=z!=)z##z#<z#<=z#[0-9a-f]*_?z	\$[01]*_?z[a-zA-Z_][0-9a-zA-Z_]*z[;():\[\]{}]z//.*z/\*Úcommentz[^/*]+z#pushz\*/z#popz[*/])Úrootr   r   N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚnameÚaliasesÚ	filenamesr   r   r   r   r   r   ÚTagr	   r
   Z
SinglelineZ	MultilineÚtokens© r"   r"   ú7/tmp/pip-unpacked-wheel-7eq1ciah/pygments/lexers/tlb.pyr      s2   ýð
þ

üèN)r   Zpygments.lexerr   r   r   Zpygments.tokenr   r   r   r   r	   r
   Ú__all__r   r"   r"   r"   r#   Ú<module>   s   
 