forked from openSUSE/paste
-
Notifications
You must be signed in to change notification settings - Fork 0
/
geshi.sql
207 lines (207 loc) · 5.21 KB
/
geshi.sql
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
DROP TABLE `languages`;
CREATE TABLE IF NOT EXISTS `languages` (
`code` varchar(12) character set utf8 collate utf8_unicode_ci NOT NULL,
`description` varchar(32) character set utf8 collate utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `languages` (`code`, `description`) VALUES
('abap', 'ABAP'),
('actionscript', 'ActionScript'),
('actionscript3', 'ActionScript 3'),
('ada', 'Ada'),
('algol68', 'ALGOL 68'),
('apache', 'Apache configuration'),
('applescript', 'AppleScript'),
('apt_sources', 'Apt sources'),
('asm', 'ASM'),
('asp', 'ASP'),
('autoconf', 'Autoconf'),
('autohotkey', 'Autohotkey'),
('autoit', 'AutoIt'),
('avisynth', 'AviSynth'),
('awk', 'awk'),
('bascomavr', 'BASCOM AVR'),
('bash', 'Bash'),
('basic4gl', 'Basic4GL'),
('bf', 'Brainfuck'),
('bibtex', 'BibTeX'),
('blitzbasic', 'BlitzBasic'),
('bnf', 'bnf'),
('boo', 'Boo'),
('caddcl', 'CAD DCL'),
('cadlisp', 'CAD Lisp'),
('cfdg', 'CFDG'),
('cfm', 'ColdFusion'),
('cil', 'CIL'),
('c_loadrunner', 'C (LoadRunner)'),
('clojure', 'Clojure'),
('c_mac', 'C (Mac)'),
('cmake', 'CMake'),
('cobol', 'COBOL'),
('coffeescript', 'CoffeeScript'),
('c', 'C'),
('cpp', 'C++'),
('cpp-qt', 'C++ (QT)'),
('csharp', 'C#'),
('css', 'CSS'),
('cuesheet', 'Cuesheet'),
('dcs', 'DCS'),
('delphi', 'Delphi'),
('diff', 'Diff'),
('div', 'DIV'),
('dos', 'DOS'),
('dot', 'dot'),
('d', 'D'),
('ecmascript', 'ECMAScript'),
('eiffel', 'Eiffel'),
('email', 'eMail (mbox)'),
('epc', 'EPC'),
('e', 'E'),
('erlang', 'Erlang'),
('euphoria', 'Euphoria'),
('falcon', 'Falcon'),
('fo', 'FO (abas-ERP)'),
('fortran', 'Fortran'),
('freebasic', 'FreeBasic'),
('fsharp', 'F#'),
('f1', 'Formula One'),
('gambas', 'GAMBAS'),
('gdb', 'GDB'),
('genero', 'genero'),
('genie', 'Genie'),
('gettext', 'GNU Gettext'),
('glsl', 'glSlang'),
('gml', 'GML'),
('gnuplot', 'Gnuplot'),
('go', 'Go'),
('groovy', 'Groovy'),
('gwbasic', 'GwBasic'),
('haskell', 'Haskell'),
('hicest', 'HicEst'),
('hq9plus', 'HQ9+'),
('html4strict', 'HTML'),
('html5', 'HTML'),
('chaiscript', 'ChaiScript'),
('icon', 'Icon'),
('idl', 'Uno Idl'),
('ini', 'INI'),
('inno', 'Inno'),
('intercal', 'INTERCAL'),
('io', 'Io'),
('java', 'Java'),
('javascript', 'Javascript'),
('java5', 'Java(TM) 2 Platform Standard Edition 5.0'),
('j', 'J'),
('jquery', 'jQuery'),
('kixtart', 'KiXtart'),
('klonec', 'KLone C'),
('klonecpp', 'KLone C++'),
('latex', 'LaTeX'),
('lb', 'Liberty BASIC'),
('lisp', 'Lisp'),
('llvm', 'LLVM Intermediate Representation'),
('locobasic', 'Locomotive Basic'),
('logtalk', 'Logtalk'),
('lolcode', 'LOLcode'),
('lotusformulas', 'Lotus Notes @Formulas'),
('lotusscript', 'LotusScript'),
('lscript', 'LScript'),
('lsl2', 'LSL2'),
('lua', 'Lua'),
('magiksf', 'MagikSF'),
('make', 'GNU make'),
('mapbasic', 'MapBasic'),
('matlab', 'Matlab M'),
('mirc', 'mIRC Scripting'),
('mmix', 'MMIX'),
('modula2', 'Modula-2'),
('modula3', 'Modula-3'),
('mpasm', 'Microchip Assembler'),
('mxml', 'MXML'),
('mysql', 'MySQL'),
('m68k', 'Motorola 68000 Assembler'),
('newlisp', 'newlisp'),
('nsis', 'NSIS'),
('oberon2', 'Oberon-2'),
('objc', 'Objective-C'),
('objeck', 'Objeck Programming Language'),
('ocaml-brief', 'OCaml (brief)'),
('ocaml', 'OCaml'),
('oobas', 'OpenOffice.org Basic'),
('oracle11', 'Oracle 11 SQL'),
('oracle8', 'Oracle 8 SQL'),
('oxygene', 'Oxygene (Delphi Prism)'),
('oz', 'OZ'),
('pascal', 'Pascal'),
('pcre', 'PCRE'),
('perl', 'Perl'),
('perl6', 'Perl 6'),
('per', 'per'),
('pf', 'OpenBSD Packet Filter'),
('php-brief', 'PHP (brief)'),
('php', 'PHP'),
('pic16', 'PIC16'),
('pike', 'Pike'),
('pixelbender', 'Pixel Bender 1.0'),
('pli', 'PL/I'),
('plsql', 'PL/SQL'),
('postgresql', 'PostgreSQL'),
('povray', 'POVRAY'),
('powerbuilder', 'PowerBuilder'),
('powershell', 'PowerShell'),
('proftpd', 'ProFTPd configuration'),
('progress', 'Progress'),
('prolog', 'Prolog'),
('properties', 'PROPERTIES'),
('providex', 'ProvideX'),
('purebasic', 'PureBasic'),
('python', 'Python'),
('qbasic', 'QBasic/QuickBASIC'),
('q', 'q/kdb+'),
('rails', 'Rails'),
('rebol', 'REBOL'),
('reg', 'Microsoft Registry'),
('robots', 'robots.txt'),
('rpmspec', 'RPM Specification File'),
('rsplus', 'R / S+'),
('ruby', 'Ruby'),
('sas', 'SAS'),
('scala', 'Scala'),
('scilab', 'SciLab'),
('sdlbasic', 'sdlBasic'),
('scheme', 'Scheme'),
('smalltalk', 'Smalltalk'),
('smarty', 'Smarty'),
('sql', 'SQL'),
('systemverilog', 'SystemVerilog'),
('tcl', 'TCL'),
('teraterm', 'Tera Term Macro'),
('text', 'Text'),
('thinbasic', 'thinBasic'),
('tsql', 'T-SQL'),
('typoscript', 'TypoScript'),
('unicon', 'Unicon (Unified Extended Dialect of Icon)'),
('uscript', 'Unreal Script'),
('vala', 'Vala'),
('vbnet', 'vb.net'),
('vb', 'Visual Basic'),
('verilog', 'Verilog'),
('vhdl', 'VHDL'),
('vim', 'Vim Script'),
('visualfoxpro', 'Visual Fox Pro'),
('visualprolog', 'Visual Prolog'),
('whitespace', 'Whitespace'),
('whois', 'Whois (RPSL format)'),
('winbatch', 'Winbatch'),
('xbasic', 'XBasic'),
('xml', 'XML'),
('xorg_conf', 'Xorg configuration'),
('xpp', 'X++'),
('yaml', 'YAML'),
('zxbasic', 'ZXBasic'),
('z80', 'ZiLOG Z80 Assembler'),
('4cs', 'GADV 4CS'),
('6502acme', 'MOS 6502 (6510) ACME Cross Assembler format'),
('6502kickass', 'MOS 6502 (6510) Kick Assembler format'),
('6502tasm', 'MOS 6502 (6510) TASM/64TASS 1.46 Assembler format'),
('68000devpac', 'Motorola 68000 - HiSoft Devpac ST 2 Assembler format'),
('image', 'Image file');