355 lines
12 KiB
HTML
355 lines
12 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>Authors — Pygments</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<style type="text/css">
|
|
body {
|
|
background-color: #f2f2f2;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: 'Georgia', serif;
|
|
color: #111;
|
|
}
|
|
|
|
#content {
|
|
background-color: white;
|
|
padding: 20px;
|
|
margin: 20px auto 20px auto;
|
|
max-width: 800px;
|
|
border: 4px solid #ddd;
|
|
}
|
|
|
|
h1 {
|
|
font-weight: normal;
|
|
font-size: 40px;
|
|
color: #09839A;
|
|
}
|
|
|
|
h2 {
|
|
font-weight: normal;
|
|
font-size: 30px;
|
|
color: #C73F00;
|
|
}
|
|
|
|
h1.heading {
|
|
margin: 0 0 30px 0;
|
|
}
|
|
|
|
h2.subheading {
|
|
margin: -30px 0 0 45px;
|
|
}
|
|
|
|
h3 {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
table.docutils {
|
|
border-collapse: collapse;
|
|
border: 2px solid #aaa;
|
|
margin: 0.5em 1.5em 0.5em 1.5em;
|
|
}
|
|
|
|
table.docutils td {
|
|
padding: 2px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
p, li, dd, dt, blockquote {
|
|
font-size: 15px;
|
|
color: #333;
|
|
}
|
|
|
|
p {
|
|
line-height: 150%;
|
|
margin-bottom: 0;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
hr {
|
|
border-top: 1px solid #ccc;
|
|
border-bottom: 0;
|
|
border-right: 0;
|
|
border-left: 0;
|
|
margin-bottom: 10px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
dl {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
li, dt {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
|
|
th {
|
|
text-align: left;
|
|
}
|
|
|
|
a {
|
|
color: #990000;
|
|
}
|
|
|
|
a:hover {
|
|
color: #c73f00;
|
|
}
|
|
|
|
pre {
|
|
background-color: #f9f9f9;
|
|
border-top: 1px solid #ccc;
|
|
border-bottom: 1px solid #ccc;
|
|
padding: 5px;
|
|
font-size: 13px;
|
|
font-family: Bitstream Vera Sans Mono,monospace;
|
|
}
|
|
|
|
tt {
|
|
font-size: 13px;
|
|
font-family: Bitstream Vera Sans Mono,monospace;
|
|
color: black;
|
|
padding: 1px 2px 1px 2px;
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
cite {
|
|
/* abusing <cite>, it's generated by ReST for `x` */
|
|
font-size: 13px;
|
|
font-family: Bitstream Vera Sans Mono,monospace;
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
#backlink {
|
|
float: right;
|
|
font-size: 11px;
|
|
color: #888;
|
|
}
|
|
|
|
div.toc {
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
div.toc h2 {
|
|
font-size: 20px;
|
|
}
|
|
.syntax .hll { background-color: #ffffcc }
|
|
.syntax { background: #ffffff; }
|
|
.syntax .c { color: #888888 } /* Comment */
|
|
.syntax .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
|
.syntax .k { color: #008800; font-weight: bold } /* Keyword */
|
|
.syntax .cm { color: #888888 } /* Comment.Multiline */
|
|
.syntax .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
|
|
.syntax .c1 { color: #888888 } /* Comment.Single */
|
|
.syntax .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
|
|
.syntax .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
|
.syntax .ge { font-style: italic } /* Generic.Emph */
|
|
.syntax .gr { color: #aa0000 } /* Generic.Error */
|
|
.syntax .gh { color: #333333 } /* Generic.Heading */
|
|
.syntax .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
|
.syntax .go { color: #888888 } /* Generic.Output */
|
|
.syntax .gp { color: #555555 } /* Generic.Prompt */
|
|
.syntax .gs { font-weight: bold } /* Generic.Strong */
|
|
.syntax .gu { color: #666666 } /* Generic.Subheading */
|
|
.syntax .gt { color: #aa0000 } /* Generic.Traceback */
|
|
.syntax .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
|
|
.syntax .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
|
|
.syntax .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
|
|
.syntax .kp { color: #008800 } /* Keyword.Pseudo */
|
|
.syntax .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
|
|
.syntax .kt { color: #888888; font-weight: bold } /* Keyword.Type */
|
|
.syntax .m { color: #0000DD; font-weight: bold } /* Literal.Number */
|
|
.syntax .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
|
|
.syntax .na { color: #336699 } /* Name.Attribute */
|
|
.syntax .nb { color: #003388 } /* Name.Builtin */
|
|
.syntax .nc { color: #bb0066; font-weight: bold } /* Name.Class */
|
|
.syntax .no { color: #003366; font-weight: bold } /* Name.Constant */
|
|
.syntax .nd { color: #555555 } /* Name.Decorator */
|
|
.syntax .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
|
|
.syntax .nf { color: #0066bb; font-weight: bold } /* Name.Function */
|
|
.syntax .nl { color: #336699; font-style: italic } /* Name.Label */
|
|
.syntax .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
|
|
.syntax .py { color: #336699; font-weight: bold } /* Name.Property */
|
|
.syntax .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
|
|
.syntax .nv { color: #336699 } /* Name.Variable */
|
|
.syntax .ow { color: #008800 } /* Operator.Word */
|
|
.syntax .w { color: #bbbbbb } /* Text.Whitespace */
|
|
.syntax .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
|
|
.syntax .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
|
|
.syntax .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
|
|
.syntax .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
|
|
.syntax .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
|
|
.syntax .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
|
|
.syntax .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
|
|
.syntax .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
|
|
.syntax .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
|
|
.syntax .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
|
|
.syntax .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
|
|
.syntax .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
|
|
.syntax .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
|
|
.syntax .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
|
|
.syntax .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
|
|
.syntax .bp { color: #003388 } /* Name.Builtin.Pseudo */
|
|
.syntax .vc { color: #336699 } /* Name.Variable.Class */
|
|
.syntax .vg { color: #dd7700 } /* Name.Variable.Global */
|
|
.syntax .vi { color: #3333bb } /* Name.Variable.Instance */
|
|
.syntax .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
<h1 class="heading">Pygments</h1>
|
|
<h2 class="subheading">Authors</h2>
|
|
|
|
<a id="backlink" href="index.html">« Back To Index</a>
|
|
|
|
|
|
<p>Pygments is written and maintained by Georg Brandl <<a class="reference external" href="mailto:georg@python.org">georg@python.org</a>>.</p>
|
|
<p>Major developers are Tim Hatch <<a class="reference external" href="mailto:tim@timhatch.com">tim@timhatch.com</a>> and Armin Ronacher
|
|
<<a class="reference external" href="mailto:armin.ronacher@active-4.com">armin.ronacher@active-4.com</a>>.</p>
|
|
<p>Other contributors, listed alphabetically, are:</p>
|
|
<ul class="simple">
|
|
<li>Sam Aaron -- Ioke lexer</li>
|
|
<li>Kumar Appaiah -- Debian control lexer</li>
|
|
<li>Ali Afshar -- image formatter</li>
|
|
<li>Andreas Amann -- AppleScript lexer</li>
|
|
<li>Jeffrey Arnold -- R/S, Rd, BUGS, Jags, and Stan lexers</li>
|
|
<li>Jeremy Ashkenas -- CoffeeScript lexer</li>
|
|
<li>Stefan Matthias Aust -- Smalltalk lexer</li>
|
|
<li>Ben Bangert -- Mako lexers</li>
|
|
<li>Max Battcher -- Darcs patch lexer</li>
|
|
<li>Paul Baumgart, 280 North, Inc. -- Objective-J lexer</li>
|
|
<li>Michael Bayer -- Myghty lexers</li>
|
|
<li>John Benediktsson -- Factor lexer</li>
|
|
<li>Christopher Bertels -- Fancy lexer</li>
|
|
<li>Jarrett Billingsley -- MiniD lexer</li>
|
|
<li>Adam Blinkinsop -- Haskell, Redcode lexers</li>
|
|
<li>Frits van Bommel -- assembler lexers</li>
|
|
<li>Pierre Bourdon -- bugfixes</li>
|
|
<li>Hiram Chirino -- Scaml and Jade lexers</li>
|
|
<li>Ian Cooper -- VGL lexer</li>
|
|
<li>Leaf Corcoran -- MoonScript lexer</li>
|
|
<li>Christopher Creutzig -- MuPAD lexer</li>
|
|
<li>Pete Curry -- bugfixes</li>
|
|
<li>Owen Durni -- haXe lexer</li>
|
|
<li>Nick Efford -- Python 3 lexer</li>
|
|
<li>Sven Efftinge -- Xtend lexer</li>
|
|
<li>Artem Egorkine -- terminal256 formatter</li>
|
|
<li>James H. Fisher -- PostScript lexer</li>
|
|
<li>Carlos Galdino -- Elixir and Elixir Console lexers</li>
|
|
<li>Michael Galloy -- IDL lexer</li>
|
|
<li>Naveen Garg -- Autohotkey lexer</li>
|
|
<li>Laurent Gautier -- R/S lexer</li>
|
|
<li>Alex Gaynor -- PyPy log lexer</li>
|
|
<li>Alain Gilbert -- TypeScript lexer</li>
|
|
<li>Bertrand Goetzmann -- Groovy lexer</li>
|
|
<li>Krzysiek Goj -- Scala lexer</li>
|
|
<li>Matt Good -- Genshi, Cheetah lexers</li>
|
|
<li>Patrick Gotthardt -- PHP namespaces support</li>
|
|
<li>Olivier Guibe -- Asymptote lexer</li>
|
|
<li>Jordi Gutiérrez Hermoso -- Octave lexer</li>
|
|
<li>Martin Harriman -- SNOBOL lexer</li>
|
|
<li>Matthew Harrison -- SVG formatter</li>
|
|
<li>Steven Hazel -- Tcl lexer</li>
|
|
<li>Aslak Hellesøy -- Gherkin lexer</li>
|
|
<li>Greg Hendershott -- Racket lexer</li>
|
|
<li>David Hess, Fish Software, Inc. -- Objective-J lexer</li>
|
|
<li>Varun Hiremath -- Debian control lexer</li>
|
|
<li>Doug Hogan -- Mscgen lexer</li>
|
|
<li>Ben Hollis -- Mason lexer</li>
|
|
<li>Alastair Houghton -- Lexer inheritance facility</li>
|
|
<li>Tim Howard -- BlitzMax lexer</li>
|
|
<li>Ivan Inozemtsev -- Fantom lexer</li>
|
|
<li>Brian R. Jackson -- Tea lexer</li>
|
|
<li>Dennis Kaarsemaker -- sources.list lexer</li>
|
|
<li>Igor Kalnitsky -- vhdl lexer</li>
|
|
<li>Pekka Klärck -- Robot Framework lexer</li>
|
|
<li>Eric Knibbe -- Lasso lexer</li>
|
|
<li>Adam Koprowski -- Opa lexer</li>
|
|
<li>Benjamin Kowarsch -- Modula-2 lexer</li>
|
|
<li>Alexander Kriegisch -- Kconfig and AspectJ lexers</li>
|
|
<li>Marek Kubica -- Scheme lexer</li>
|
|
<li>Jochen Kupperschmidt -- Markdown processor</li>
|
|
<li>Gerd Kurzbach -- Modelica lexer</li>
|
|
<li>Jon Larimer, Google Inc. -- Smali lexer</li>
|
|
<li>Olov Lassus -- Dart lexer</li>
|
|
<li>Sylvestre Ledru -- Scilab lexer</li>
|
|
<li>Mark Lee -- Vala lexer</li>
|
|
<li>Ben Mabey -- Gherkin lexer</li>
|
|
<li>Angus MacArthur -- QML lexer</li>
|
|
<li>Simone Margaritelli -- Hybris lexer</li>
|
|
<li>Kirk McDonald -- D lexer</li>
|
|
<li>Gordon McGregor -- SystemVerilog lexer</li>
|
|
<li>Stephen McKamey -- Duel/JBST lexer</li>
|
|
<li>Brian McKenna -- F# lexer</li>
|
|
<li>Charles McLaughlin -- Puppet lexer</li>
|
|
<li>Lukas Meuser -- BBCode formatter, Lua lexer</li>
|
|
<li>Paul Miller -- LiveScript lexer</li>
|
|
<li>Hong Minhee -- HTTP lexer</li>
|
|
<li>Michael Mior -- Awk lexer</li>
|
|
<li>Bruce Mitchener -- Dylan lexer rewrite</li>
|
|
<li>Reuben Morais -- SourcePawn lexer</li>
|
|
<li>Jon Morton -- Rust lexer</li>
|
|
<li>Paulo Moura -- Logtalk lexer</li>
|
|
<li>Mher Movsisyan -- DTD lexer</li>
|
|
<li>Ana Nelson -- Ragel, ANTLR, R console lexers</li>
|
|
<li>Nam T. Nguyen -- Monokai style</li>
|
|
<li>Jesper Noehr -- HTML formatter "anchorlinenos"</li>
|
|
<li>Mike Nolta -- Julia lexer</li>
|
|
<li>Jonas Obrist -- BBCode lexer</li>
|
|
<li>David Oliva -- Rebol lexer</li>
|
|
<li>Jon Parise -- Protocol buffers lexer</li>
|
|
<li>Ronny Pfannschmidt -- BBCode lexer</li>
|
|
<li>Benjamin Peterson -- Test suite refactoring</li>
|
|
<li>Dominik Picheta -- Nimrod lexer</li>
|
|
<li>Clément Prévost -- UrbiScript lexer</li>
|
|
<li>Kashif Rasul -- CUDA lexer</li>
|
|
<li>Justin Reidy -- MXML lexer</li>
|
|
<li>Norman Richards -- JSON lexer</li>
|
|
<li>Lubomir Rintel -- GoodData MAQL and CL lexers</li>
|
|
<li>Andre Roberge -- Tango style</li>
|
|
<li>Konrad Rudolph -- LaTeX formatter enhancements</li>
|
|
<li>Mario Ruggier -- Evoque lexers</li>
|
|
<li>Stou Sandalski -- NumPy, FORTRAN, tcsh and XSLT lexers</li>
|
|
<li>Matteo Sasso -- Common Lisp lexer</li>
|
|
<li>Joe Schafer -- Ada lexer</li>
|
|
<li>Ken Schutte -- Matlab lexers</li>
|
|
<li>Tassilo Schweyer -- Io, MOOCode lexers</li>
|
|
<li>Ted Shaw -- AutoIt lexer</li>
|
|
<li>Joerg Sieker -- ABAP lexer</li>
|
|
<li>Robert Simmons -- Standard ML lexer</li>
|
|
<li>Kirill Simonov -- YAML lexer</li>
|
|
<li>Alexander Smishlajev -- Visual FoxPro lexer</li>
|
|
<li>Steve Spigarelli -- XQuery lexer</li>
|
|
<li>Jerome St-Louis -- eC lexer</li>
|
|
<li>James Strachan -- Kotlin lexer</li>
|
|
<li>Tom Stuart -- Treetop lexer</li>
|
|
<li>Tiberius Teng -- default style overhaul</li>
|
|
<li>Jeremy Thurgood -- Erlang, Squid config lexers</li>
|
|
<li>Brian Tiffin -- OpenCOBOL lexer</li>
|
|
<li>Erick Tryzelaar -- Felix lexer</li>
|
|
<li>Daniele Varrazzo -- PostgreSQL lexers</li>
|
|
<li>Abe Voelker -- OpenEdge ABL lexer</li>
|
|
<li>Pepijn de Vos -- HTML formatter CTags support</li>
|
|
<li>Whitney Young -- ObjectiveC lexer</li>
|
|
<li>Matthias Vallentin -- Bro lexer</li>
|
|
<li>Nathan Weizenbaum -- Haml and Sass lexers</li>
|
|
<li>Dietmar Winkler -- Modelica lexer</li>
|
|
<li>Nils Winter -- Smalltalk lexer</li>
|
|
<li>Davy Wybiral -- Clojure lexer</li>
|
|
<li>Diego Zamboni -- CFengine3 lexer</li>
|
|
<li>Enrique Zamudio -- Ceylon lexer</li>
|
|
<li>Alex Zimin -- Nemerle lexer</li>
|
|
</ul>
|
|
<p>Many thanks for all contributions!</p>
|
|
|
|
</div>
|
|
</body>
|
|
<!-- generated on: 2013-01-09 17:48:43.283022
|
|
file id: authors -->
|
|
</html> |