ThirdParty/Pygments/pygments/styles/algol_nu.py

changeset 5713
6762afd9f963
parent 4697
c2e9bf425554
equal deleted inserted replaced
5712:f0d08bdeacf4 5713:6762afd9f963
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-2015 by the Pygments team, see AUTHORS. 29 :copyright: Copyright 2006-2017 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