-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpygments.html
More file actions
122 lines (100 loc) · 2.91 KB
/
pygments.html
File metadata and controls
122 lines (100 loc) · 2.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<h3>Programming languages</h3>
<ul>
<li>ActionScript</li>
<li>Ada</li>
<li>ANTLR</li>
<li>AppleScript</li>
<li>Assembly (various)</li>
<li>Asymptote</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><a href="http://cython.org">Cython</a></li>
<li><a href="http://digitalmars.com/d">D</a></li>
<li>Delphi</li>
<li>Dylan</li>
<li>Erlang</li>
<li>Fortran</li>
<li>Gherkin (Cucumber)</li>
<li>GL shaders</li>
<li><a href="http://www.haskell.org">Haskell</a> (incl. Literate Haskell)</li>
<li>Io</li>
<li>Java</li>
<li>JavaScript</li>
<li>LLVM</li>
<li>Logtalk</li>
<li><a 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>Objective-C</li>
<li>Objective-J</li>
<li>OCaml</li>
<li>PHP</li>
<li><a href="http://perl.org">Perl</a></li>
<li>PovRay</li>
<li>Prolog</li>
<li><a href="http://www.python.org">Python</a> 2.x and 3.x (incl. console sessions and tracebacks)</li>
<li>Rebol</li>
<li>Redcode</li>
<li><a href="http://www.ruby-lang.org">Ruby</a> (incl. irb sessions)</li>
<li>S, S-Plus, R</li>
<li>Scala</li>
<li>Scheme</li>
<li>Smalltalk</li>
<li>Tcl</li>
<li>Vala</li>
<li>Visual Basic.NET</li>
</ul>
<h3>Template languages</h3>
<ul>
<li>Cheetah templates</li>
<li><a href="http://www.djangoproject.com">Django</a>/<a href="http://wsgiarea.pocoo.org/jinja">Jinja</a> templates</li>
<li>ERB (Ruby templating)</li>
<li><a href="http://genshi.edgewall.org">Genshi</a> (the Trac template language)</li>
<li>JSP (Java Server Pages)</li>
<li><a href="http://www.myghty.org">Myghty</a> (the HTML::Mason based framework)</li>
<li><a href="http://www.makotemplates.org/">Mako</a> (the Myghty successor)</li>
<li><a href="http://smarty.php.net">Smarty</a> templates (PHP templating)</li>
</ul>
<h3>Other markup</h3>
<ul>
<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>Gettext catalogs</li>
<li>Gnuplot script</li>
<li>Groff markup</li>
<li>HTML</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>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>