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

changeset 7701
25f42e208e08
parent 7547
21b0534faebc
child 7983
54c5cfbb1e29
equal deleted inserted replaced
7700:a3cf077a8db3 7701:25f42e208e08
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-2019 by the Pygments team, see AUTHORS. 29 :copyright: Copyright 2006-2020 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