187 lines
7.0 KiB
Plaintext
187 lines
7.0 KiB
Plaintext
|
# MIT license. See http://www.opensource.org/licenses/mit-license.php
|
|||
|
|
|||
|
Copyright (c) 2012 Jeanine Adkisson.
|
|||
|
|
|||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|||
|
of this software and associated documentation files (the "Software"), to deal
|
|||
|
in the Software without restriction, including without limitation the rights
|
|||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|||
|
copies of the Software, and to permit persons to whom the Software is
|
|||
|
furnished to do so, subject to the following conditions:
|
|||
|
|
|||
|
The above copyright notice and this permission notice shall be included in
|
|||
|
all copies or substantial portions of the Software.
|
|||
|
|
|||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|||
|
THE SOFTWARE.
|
|||
|
|
|||
|
# SPECIAL NOTE:
|
|||
|
Many of the lexers in this project are adaptations of those in Pygments
|
|||
|
(pygments.org). The license for Pygments is as follows:
|
|||
|
|
|||
|
# BEGIN pygments/LICENSE #
|
|||
|
|
|||
|
Copyright (c) 2006-2012 by the respective authors (see AUTHORS file).
|
|||
|
All rights reserved.
|
|||
|
|
|||
|
Redistribution and use in source and binary forms, with or without
|
|||
|
modification, are permitted provided that the following conditions are
|
|||
|
met:
|
|||
|
|
|||
|
* Redistributions of source code must retain the above copyright
|
|||
|
notice, this list of conditions and the following disclaimer.
|
|||
|
|
|||
|
* Redistributions in binary form must reproduce the above copyright
|
|||
|
notice, this list of conditions and the following disclaimer in the
|
|||
|
documentation and/or other materials provided with the distribution.
|
|||
|
|
|||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
|
|
|||
|
# END pygments/LICENSE #
|
|||
|
|
|||
|
The contents of the AUTHORS file at the time of porting was:
|
|||
|
|
|||
|
# BEGIN pygments/AUTHORS #
|
|||
|
|
|||
|
Pygments is written and maintained by Georg Brandl <georg@python.org>.
|
|||
|
|
|||
|
Major developers are Tim Hatch <tim@timhatch.com> and Armin Ronacher
|
|||
|
<armin.ronacher@active-4.com>.
|
|||
|
|
|||
|
Other contributors, listed alphabetically, are:
|
|||
|
|
|||
|
* Sam Aaron -- Ioke lexer
|
|||
|
* Kumar Appaiah -- Debian control lexer
|
|||
|
* Ali Afshar -- image formatter
|
|||
|
* Andreas Amann -- AppleScript lexer
|
|||
|
* Jeffrey Arnold -- R/S lexer, BUGS lexers
|
|||
|
* Jeremy Ashkenas -- CoffeeScript lexer
|
|||
|
* Stefan Matthias Aust -- Smalltalk lexer
|
|||
|
* Ben Bangert -- Mako lexers
|
|||
|
* Max Battcher -- Darcs patch lexer
|
|||
|
* Paul Baumgart, 280 North, Inc. -- Objective-J lexer
|
|||
|
* Michael Bayer -- Myghty lexers
|
|||
|
* John Benediktsson -- Factor lexer
|
|||
|
* Christopher Bertels -- Fancy lexer
|
|||
|
* Jarrett Billingsley -- MiniD lexer
|
|||
|
* Adam Blinkinsop -- Haskell, Redcode lexers
|
|||
|
* Frits van Bommel -- assembler lexers
|
|||
|
* Pierre Bourdon -- bugfixes
|
|||
|
* Hiram Chirino -- Scaml and Jade lexers
|
|||
|
* Leaf Corcoran -- MoonScript lexer
|
|||
|
* Christopher Creutzig -- MuPAD lexer
|
|||
|
* Pete Curry -- bugfixes
|
|||
|
* Owen Durni -- haXe lexer
|
|||
|
* Nick Efford -- Python 3 lexer
|
|||
|
* Sven Efftinge -- Xtend lexer
|
|||
|
* Artem Egorkine -- terminal256 formatter
|
|||
|
* James H. Fisher -- PostScript lexer
|
|||
|
* Carlos Galdino -- Elixir and Elixir Console lexers
|
|||
|
* Naveen Garg -- Autohotkey lexer
|
|||
|
* Laurent Gautier -- R/S lexer
|
|||
|
* Alex Gaynor -- PyPy log lexer
|
|||
|
* Bertrand Goetzmann -- Groovy lexer
|
|||
|
* Krzysiek Goj -- Scala lexer
|
|||
|
* Matt Good -- Genshi, Cheetah lexers
|
|||
|
* Patrick Gotthardt -- PHP namespaces support
|
|||
|
* Olivier Guibe -- Asymptote lexer
|
|||
|
* Martin Harriman -- SNOBOL lexer
|
|||
|
* Matthew Harrison -- SVG formatter
|
|||
|
* Steven Hazel -- Tcl lexer
|
|||
|
* Aslak Hellesøy -- Gherkin lexer
|
|||
|
* Greg Hendershott -- Racket lexer
|
|||
|
* Jordi Gutiérrez Hermoso -- Octave lexer
|
|||
|
* David Hess, Fish Software, Inc. -- Objective-J lexer
|
|||
|
* Varun Hiremath -- Debian control lexer
|
|||
|
* Doug Hogan -- Mscgen lexer
|
|||
|
* Ben Hollis -- Mason lexer
|
|||
|
* Tim Howard -- BlitzMax lexer
|
|||
|
* Ivan Inozemtsev -- Fantom lexer
|
|||
|
* Brian R. Jackson -- Tea lexer
|
|||
|
* Dennis Kaarsemaker -- sources.list lexer
|
|||
|
* Igor Kalnitsky -- vhdl lexer
|
|||
|
* Eric Knibbe -- Lasso lexer
|
|||
|
* Adam Koprowski -- Opa lexer
|
|||
|
* Benjamin Kowarsch -- Modula-2 lexer
|
|||
|
* Alexander Kriegisch -- Kconfig and AspectJ lexers
|
|||
|
* Marek Kubica -- Scheme lexer
|
|||
|
* Jochen Kupperschmidt -- Markdown processor
|
|||
|
* Gerd Kurzbach -- Modelica lexer
|
|||
|
* Olov Lassus -- Dart lexer
|
|||
|
* Sylvestre Ledru -- Scilab lexer
|
|||
|
* Mark Lee -- Vala lexer
|
|||
|
* Ben Mabey -- Gherkin lexer
|
|||
|
* Simone Margaritelli -- Hybris lexer
|
|||
|
* Kirk McDonald -- D lexer
|
|||
|
* Gordon McGregor -- SystemVerilog lexer
|
|||
|
* Stephen McKamey -- Duel/JBST lexer
|
|||
|
* Brian McKenna -- F# lexer
|
|||
|
* Lukas Meuser -- BBCode formatter, Lua lexer
|
|||
|
* Paul Miller -- LiveScript lexer
|
|||
|
* Hong Minhee -- HTTP lexer
|
|||
|
* Michael Mior -- Awk lexer
|
|||
|
* Jon Morton -- Rust lexer
|
|||
|
* Paulo Moura -- Logtalk lexer
|
|||
|
* Mher Movsisyan -- DTD lexer
|
|||
|
* Ana Nelson -- Ragel, ANTLR, R console lexers
|
|||
|
* Nam T. Nguyen -- Monokai style
|
|||
|
* Jesper Noehr -- HTML formatter "anchorlinenos"
|
|||
|
* Mike Nolta -- Julia lexer
|
|||
|
* Jonas Obrist -- BBCode lexer
|
|||
|
* David Oliva -- Rebol lexer
|
|||
|
* Jon Parise -- Protocol buffers lexer
|
|||
|
* Ronny Pfannschmidt -- BBCode lexer
|
|||
|
* Benjamin Peterson -- Test suite refactoring
|
|||
|
* Dominik Picheta -- Nimrod lexer
|
|||
|
* Clément Prévost -- UrbiScript lexer
|
|||
|
* Kashif Rasul -- CUDA lexer
|
|||
|
* Justin Reidy -- MXML lexer
|
|||
|
* Norman Richards -- JSON lexer
|
|||
|
* Lubomir Rintel -- GoodData MAQL and CL lexers
|
|||
|
* Andre Roberge -- Tango style
|
|||
|
* Konrad Rudolph -- LaTeX formatter enhancements
|
|||
|
* Mario Ruggier -- Evoque lexers
|
|||
|
* Stou Sandalski -- NumPy, FORTRAN, tcsh and XSLT lexers
|
|||
|
* Matteo Sasso -- Common Lisp lexer
|
|||
|
* Joe Schafer -- Ada lexer
|
|||
|
* Ken Schutte -- Matlab lexers
|
|||
|
* Tassilo Schweyer -- Io, MOOCode lexers
|
|||
|
* Joerg Sieker -- ABAP lexer
|
|||
|
* Robert Simmons -- Standard ML lexer
|
|||
|
* Kirill Simonov -- YAML lexer
|
|||
|
* Steve Spigarelli -- XQuery lexer
|
|||
|
* Jerome St-Louis -- eC lexer
|
|||
|
* James Strachan -- Kotlin lexer
|
|||
|
* Tiberius Teng -- default style overhaul
|
|||
|
* Jeremy Thurgood -- Erlang, Squid config lexers
|
|||
|
* Erick Tryzelaar -- Felix lexer
|
|||
|
* Daniele Varrazzo -- PostgreSQL lexers
|
|||
|
* Abe Voelker -- OpenEdge ABL lexer
|
|||
|
* Whitney Young -- ObjectiveC lexer
|
|||
|
* Matthias Vallentin -- Bro lexer
|
|||
|
* Nathan Weizenbaum -- Haml and Sass lexers
|
|||
|
* Dietmar Winkler -- Modelica lexer
|
|||
|
* Nils Winter -- Smalltalk lexer
|
|||
|
* Davy Wybiral -- Clojure lexer
|
|||
|
* Diego Zamboni -- CFengine3 lexer
|
|||
|
* Alex Zimin -- Nemerle lexer
|
|||
|
|
|||
|
Many thanks for all contributions!
|
|||
|
|
|||
|
# END pygments/AUTHORS #
|