File manager - Edit - /usr/share/doc/python3-pygments/html/languages.html
Back
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Supported languages — Pygments 2.2.0 documentation</title> <link rel="stylesheet" href="_static/pygments14.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="shortcut icon" href="_static/favicon.ico"/> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <link href='http://fonts.googleapis.com/css?family=PT+Sans:300,400,700' rel='stylesheet' type='text/css'> <style type="text/css"> table.right { float: right; margin-left: 20px; } table.right td { border: 1px solid #ccc; } </style> <script type="text/javascript"> // intelligent scrolling of the sidebar content $(window).scroll(function() { var sb = $('.sphinxsidebarwrapper'); var win = $(window); var sbh = sb.height(); var offset = $('.sphinxsidebar').position()['top']; var wintop = win.scrollTop(); var winbot = wintop + win.innerHeight(); var curtop = sb.position()['top']; var curbot = curtop + sbh; // does sidebar fit in window? if (sbh < win.innerHeight()) { // yes: easy case -- always keep at the top sb.css('top', $u.min([$u.max([0, wintop - offset - 10]), $(document).height() - sbh - 200])); } else { // no: only scroll if top/bottom edge of sidebar is at // top/bottom edge of window if (curtop > wintop && curbot > winbot) { sb.css('top', $u.max([wintop - offset - 10, 0])); } else if (curtop < wintop && curbot < winbot) { sb.css('top', $u.min([winbot - sbh - offset - 20, $(document).height() - sbh - 200])); } } }); </script> </head><body> <div class="outerwrapper"> <div class="pageheader"> <ul> <li><a href="index.html">Home</a></li> <li><a href="#">Languages</a></li> <li><a href="faq.html">FAQ</a></li> <li><a href="download.html">Get it</a></li> <li><a href="docs/index.html">Docs</a></li> </ul> <div> <a href="index.html"> <img src="_static/logo.png" alt="Pygments logo" /> </a> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h3><a href="index.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">Supported languages</a><ul> <li><a class="reference internal" href="#programming-languages">Programming languages</a></li> <li><a class="reference internal" href="#template-languages">Template languages</a></li> <li><a class="reference internal" href="#other-markup">Other markup</a></li> <li><a class="reference internal" href="#that-s-all">… that’s all?</a></li> </ul> </li> </ul> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/languages.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> <form class="search" action="search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="supported-languages"> <h1>Supported languages<a class="headerlink" href="#supported-languages" title="Permalink to this headline">¶</a></h1> <p>Pygments supports an ever-growing range of languages. Watch this space…</p> <div class="section" id="programming-languages"> <h2>Programming languages<a class="headerlink" href="#programming-languages" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li>ActionScript</li> <li>Ada</li> <li>ANTLR</li> <li>AppleScript</li> <li>Assembly (various)</li> <li>Asymptote</li> <li>Awk</li> <li>Befunge</li> <li>Boo</li> <li>BrainFuck</li> <li>C, C++</li> <li>C#</li> <li>Clojure</li> <li>CoffeeScript</li> <li>ColdFusion</li> <li>Common Lisp</li> <li>Coq</li> <li>Cryptol (incl. Literate Cryptol)</li> <li><a class="reference external" href="http://crystal-lang.org">Crystal</a></li> <li><a class="reference external" href="http://cython.org">Cython</a></li> <li><a class="reference external" href="http://dlang.org">D</a></li> <li>Dart</li> <li>Delphi</li> <li>Dylan</li> <li><a class="reference external" href="http://elm-lang.org/">Elm</a></li> <li>Erlang</li> <li><a class="reference external" href="http://ezhillang.org">Ezhil</a> Ezhil - A Tamil programming language</li> <li>Factor</li> <li>Fancy</li> <li>Fortran</li> <li>F#</li> <li>GAP</li> <li>Gherkin (Cucumber)</li> <li>GL shaders</li> <li>Groovy</li> <li><a class="reference external" href="http://www.haskell.org">Haskell</a> (incl. Literate Haskell)</li> <li>IDL</li> <li>Io</li> <li>Java</li> <li>JavaScript</li> <li>Lasso</li> <li>LLVM</li> <li>Logtalk</li> <li><a class="reference external" href="http://www.lua.org">Lua</a></li> <li>Matlab</li> <li>MiniD</li> <li>Modelica</li> <li>Modula-2</li> <li>MuPad</li> <li>Nemerle</li> <li>Nimrod</li> <li>Objective-C</li> <li>Objective-J</li> <li>Octave</li> <li>OCaml</li> <li>PHP</li> <li><a class="reference external" href="http://perl.org">Perl</a></li> <li>PovRay</li> <li>PostScript</li> <li>PowerShell</li> <li>Prolog</li> <li><a class="reference external" href="http://www.python.org">Python</a> 2.x and 3.x (incl. console sessions and tracebacks)</li> <li><a class="reference external" href="http://www.rebol.com">REBOL</a></li> <li><a class="reference external" href="http://www.red-lang.org">Red</a></li> <li>Redcode</li> <li><a class="reference external" href="http://www.ruby-lang.org">Ruby</a> (incl. irb sessions)</li> <li>Rust</li> <li>S, S-Plus, R</li> <li>Scala</li> <li>Scheme</li> <li>Scilab</li> <li>Smalltalk</li> <li>SNOBOL</li> <li>Tcl</li> <li>Vala</li> <li>Verilog</li> <li>VHDL</li> <li>Visual Basic.NET</li> <li>Visual FoxPro</li> <li>XQuery</li> <li>Zephir</li> </ul> </div> <div class="section" id="template-languages"> <h2>Template languages<a class="headerlink" href="#template-languages" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li>Cheetah templates</li> <li><a class="reference external" href="http://www.djangoproject.com">Django</a> / <a class="reference external" href="http://jinja.pocoo.org/jinja">Jinja</a> templates</li> <li>ERB (Ruby templating)</li> <li><a class="reference external" href="http://genshi.edgewall.org">Genshi</a> (the Trac template language)</li> <li>JSP (Java Server Pages)</li> <li><a class="reference external" href="http://www.myghty.org">Myghty</a> (the HTML::Mason based framework)</li> <li><a class="reference external" href="http://www.makotemplates.org">Mako</a> (the Myghty successor)</li> <li><a class="reference external" href="http://www.smarty.net">Smarty</a> templates (PHP templating)</li> <li>Tea</li> </ul> </div> <div class="section" id="other-markup"> <h2>Other markup<a class="headerlink" href="#other-markup" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li>Apache config files</li> <li>Bash shell scripts</li> <li>BBCode</li> <li>CMake</li> <li>CSS</li> <li>Debian control files</li> <li>Diff files</li> <li>DTD</li> <li>Gettext catalogs</li> <li>Gnuplot script</li> <li>Groff markup</li> <li>HTML</li> <li>HTTP sessions</li> <li>INI-style config files</li> <li>IRC logs (irssi style)</li> <li>Lighttpd config files</li> <li>Makefiles</li> <li>MoinMoin/Trac Wiki markup</li> <li>MySQL</li> <li>Nginx config files</li> <li>POV-Ray scenes</li> <li>Ragel</li> <li>Redcode</li> <li>ReST</li> <li>Robot Framework</li> <li>RPM spec files</li> <li>SQL, also MySQL, SQLite</li> <li>Squid configuration</li> <li>TeX</li> <li>tcsh</li> <li>Vim Script</li> <li>Windows batch files</li> <li>XML</li> <li>XSLT</li> <li>YAML</li> </ul> </div> <div class="section" id="that-s-all"> <h2>… that’s all?<a class="headerlink" href="#that-s-all" title="Permalink to this headline">¶</a></h2> <p>Well, why not write your own? Contributing to Pygments is easy and fun. Take a look at the <a class="reference internal" href="docs/lexerdevelopment.html"><span class="doc">docs on lexer development</span></a> and <a class="reference internal" href="index.html#contribute"><span class="std std-ref">contact details</span></a>.</p> <p>Note: the languages listed here are supported in the development version. The latest release may lack a few of them.</p> </div> </div> </div> </div> </div> <div class="clearer"></div> </div> <div class="footer" role="contentinfo"> © Copyright 2006-2017, Georg Brandl and Pygments contributors. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6. <br/> Pygments logo created by <a href="http://joelunger.com">Joel Unger</a>. Backgrounds from <a href="http://subtlepatterns.com">subtlepatterns.com</a>. </div> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings