File: //opt/alt/python311/lib/python3.11/site-packages/pygments/lexers/__pycache__/pascal.cpython-311.pyc
�
�;f
y � � � d Z ddlZddlmZ ddlmZmZ ddlmZm Z m
Z
mZmZm
Z
mZmZmZ ddlmZ ddlmZ dd gZ G d
� d e� � Z G d� de� � ZdS )z�
pygments.lexers.pascal
~~~~~~~~~~~~~~~~~~~~~~
Lexers for Pascal family languages.
:copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
� N)�Lexer)�get_bool_opt�get_list_opt) �Comment�Operator�Keyword�Name�String�Number�Punctuation�Error�
Whitespace)�Scanner)�Modula2Lexer�DelphiLexer�
PortugolLexerc �<