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

changeset 7547
21b0534faebc
parent 6942
2602857055c5
child 7701
25f42e208e08
equal deleted inserted replaced
7546:bf5f777260a6 7547:21b0534faebc
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-2017 by the Pygments team, see AUTHORS. 29 :copyright: Copyright 2006-2019 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