HEX
Server: LiteSpeed
System: Linux srv146.niagahoster.com 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
User: kodi1989 (1633)
PHP: 8.1.34
Disabled: symlink,shell_exec,exec,popen,system,dl,passthru,escapeshellarg,escapeshellcmd,show_source,pcntl_exec
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/pygments/styles/__pycache__/algol_nu.cpython-37.pyc
B

��f��@sJdZddlmZddlmZmZmZmZmZm	Z	dgZ
Gdd�de�ZdS)a�
    pygments.styles.algol_nu
    ~~~~~~~~~~~~~~~~~~~~~~~~

    Algol publication style without underlining of keywords.

    This style renders source code for publication of algorithms in
    scientific papers and academic texts, where its format is frequently used.

    It is based on the style of the revised Algol-60 language report[1].

    o  No colours, only black, white and shades of grey are used.
    o  Keywords are rendered in lowercase boldface.
    o  Builtins are rendered in lowercase boldface italic.
    o  Docstrings and pragmas are rendered in dark grey boldface.
    o  Library identifiers are rendered in dark grey boldface italic.
    o  Comments are rendered in grey italic.

    To render keywords with underlining, refer to the `Algol` style.

    For lowercase conversion of keywords and builtins in languages where
    these are not or might not be lowercase, a supporting lexer is required.
    The Algol and Modula-2 lexers automatically convert to lowercase whenever
    this style is selected.

    [1] `Revised Report on the Algorithmic Language Algol-60 <http://www.masswerk.at/algol60/report.htm>`

    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
�)�Style)�Keyword�Name�Comment�String�Error�Operator�
Algol_NuStylec@sleZdZdZdZedejdejdedej	de
jde
jjde
j
de
jde
jde
jde
jdejded	ed
iZdS)r	Zalgol_nuz#ffffffzitalic #888zbold noitalic #888ZboldZitaliczbold italiczbold italic #666zitalic #666zborder:#FF0000N)�__name__�
__module__�__qualname__�nameZbackground_colorrZPreproc�SpecialrZDeclarationrZBuiltinZPseudo�	NamespaceZClassZFunction�VariableZConstantr�WordrrZstyles�rr�I/opt/alt/python37/lib/python3.7/site-packages/pygments/styles/algol_nu.pyr	's"N)�__doc__Zpygments.stylerZpygments.tokenrrrrrr�__all__r	rrrr�<module>s