eric6/ThirdParty/Pygments/pygments/styles/algol.py

changeset 7983
54c5cfbb1e29
parent 7701
25f42e208e08
equal deleted inserted replaced
7982:48d210e41c65 7983:54c5cfbb1e29
24 The Algol and Modula-2 lexers automatically convert to lowercase whenever 24 The Algol and Modula-2 lexers automatically convert to lowercase whenever
25 this style is selected. 25 this style is selected.
26 26
27 [1] `Revised Report on the Algorithmic Language Algol-60 <http://www.masswerk.at/algol60/report.htm>` 27 [1] `Revised Report on the Algorithmic Language Algol-60 <http://www.masswerk.at/algol60/report.htm>`
28 28
29 :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS. 29 :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
30 :license: BSD, see LICENSE for details. 30 :license: BSD, see LICENSE for details.
31 """ 31 """
32 32
33 from pygments.style import Style 33 from pygments.style import Style
34 from pygments.token import Keyword, Name, Comment, String, Error, Operator 34 from pygments.token import Keyword, Name, Comment, String, Error, Operator

eric ide

mercurial