-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithub_lang.py
500 lines (499 loc) · 6.57 KB
/
github_lang.py
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
#!/usr/bin/env python
# -*- coding:utf-8 -*-
def getall():
return [
'1C Enterprise',
'ABAP',
'ABNF',
'ActionScript',
'Ada',
'Adobe Font Metrics',
'Agda',
'AGS Script',
'Alloy',
'Alpine Abuild',
'AMPL',
'AngelScript',
'Ant Build System',
'ANTLR',
'ApacheConf',
'Apex',
'API Blueprint',
'APL',
'Apollo Guidance Computer',
'AppleScript',
'Arc',
'AsciiDoc',
'ASN.1',
'ASP',
'AspectJ',
'Assembly',
'Asymptote',
'ATS',
'Augeas',
'AutoHotkey',
'AutoIt',
'Awk',
'Ballerina',
'Batchfile',
'Befunge',
'Bison',
'BitBake',
'Blade',
'BlitzBasic',
'BlitzMax',
'Bluespec',
'Boo',
'Brainfuck',
'Brightscript',
'Bro',
'C',
'C#',
'C++',
'C-ObjDump',
'C2hs Haskell',
"Cap'n Proto", 'CartoCSS',
'Ceylon',
'Chapel',
'Charity',
'ChucK',
'Cirru',
'Clarion',
'Clean',
'Click',
'CLIPS',
'Clojure',
'Closure Templates',
'Cloud Firestore Security Rules',
'CMake',
'COBOL',
'CoffeeScript',
'ColdFusion',
'ColdFusion CFC',
'COLLADA',
'Common Lisp',
'Common Workflow Language',
'Component Pascal',
'CoNLL-U',
'Cool',
'Coq',
'Cpp-ObjDump',
'Creole',
'Crystal',
'CSON',
'Csound',
'Csound Document',
'Csound Score',
'CSS',
'CSV',
'Cuda',
'CWeb',
'Cycript',
'Cython',
'D',
'D-ObjDump',
'Darcs Patch',
'Dart',
'DataWeave',
'desktop',
'Diff',
'DIGITAL Command Language',
'DM',
'DNS Zone',
'Dockerfile',
'Dogescript',
'DTrace',
'Dylan',
'E',
'Eagle',
'Easybuild',
'EBNF',
'eC',
'Ecere Projects',
'ECL',
'ECLiPSe',
'Edje Data Collection',
'edn',
'Eiffel',
'EJS',
'Elixir',
'Elm',
'Emacs Lisp',
'EmberScript',
'EML',
'EQ',
'Erlang',
'F#',
'F*',
'Factor',
'Fancy',
'Fantom',
'FIGlet Font',
'Filebench WML',
'Filterscript',
'fish',
'FLUX',
'Formatted',
'Forth',
'Fortran',
'FreeMarker',
'Frege',
'G-code',
'Game Maker Language',
'GAMS',
'GAP',
'GCC Machine Description',
'GDB',
'GDScript',
'Genie',
'Genshi',
'Gentoo Ebuild',
'Gentoo Eclass',
'Gerber Image',
'Gettext Catalog',
'Gherkin',
'GLSL',
'Glyph',
'Glyph Bitmap Distribution Format',
'GN',
'Gnuplot',
'Go',
'Golo',
'Gosu',
'Grace',
'Gradle',
'Grammatical Framework',
'Graph Modeling Language',
'GraphQL',
'Graphviz (DOT)',
'Groovy',
'Groovy Server Pages',
'Hack',
'Haml',
'Handlebars',
'HAProxy',
'Harbour',
'Haskell',
'Haxe',
'HCL',
'HiveQL',
'HLSL',
'HTML',
'HTML+Django',
'HTML+ECR',
'HTML+EEX',
'HTML+ERB',
'HTML+PHP',
'HTML+Razor',
'HTTP',
'HXML',
'Hy',
'HyPhy',
'IDL',
'Idris',
'IGOR Pro',
'Inform 7',
'INI',
'Inno Setup',
'Io',
'Ioke',
'IRC log',
'Isabelle',
'Isabelle ROOT',
'J',
'Jasmin',
'Java',
'Java Properties',
'Java Server Pages',
'JavaScript',
'JFlex',
'Jison',
'Jison Lex',
'Jolie',
'JSON',
'JSON with Comments',
'JSON5',
'JSONiq',
'JSONLD',
'Jsonnet',
'JSX',
'Julia',
'Jupyter Notebook',
'KiCad Layout',
'KiCad Legacy Layout',
'KiCad Schematic',
'Kit',
'Kotlin',
'KRL',
'LabVIEW',
'Lasso',
'Latte',
'Lean',
'Less',
'Lex',
'LFE',
'LilyPond',
'Limbo',
'Linker Script',
'Linux Kernel Module',
'Liquid',
'Literate Agda',
'Literate CoffeeScript',
'Literate Haskell',
'LiveScript',
'LLVM',
'Logos',
'Logtalk',
'LOLCODE',
'LookML',
'LoomScript',
'LSL',
'Lua',
'M',
'M4',
'M4Sugar',
'Makefile',
'Mako',
'Markdown',
'Marko',
'Mask',
'Mathematica',
'MATLAB',
'Maven POM',
'Max',
'MAXScript',
'mcfunction',
'MediaWiki',
'Mercury',
'Meson',
'Metal',
'MiniD',
'Mirah',
'Modelica',
'Modula-2',
'Modula-3',
'Module Management System',
'Monkey',
'Moocode',
'MoonScript',
'MQL4',
'MQL5',
'MTML',
'MUF',
'mupad',
'Myghty',
'NCL',
'Nearley',
'Nemerle',
'nesC',
'NetLinx',
'NetLinx+ERB',
'NetLogo',
'NewLisp',
'Nextflow',
'Nginx',
'Nim',
'Ninja',
'Nit',
'Nix',
'NL',
'NSIS',
'Nu',
'NumPy',
'ObjDump',
'Objective-C',
'Objective-C++',
'Objective-J',
'OCaml',
'Omgrofl',
'ooc',
'Opa',
'Opal',
'OpenCL',
'OpenEdge ABL',
'OpenRC runscript',
'OpenSCAD',
'OpenType Feature File',
'Org',
'Ox',
'Oxygene',
'Oz',
'P4',
'Pan',
'Papyrus',
'Parrot',
'Parrot Assembly',
'Parrot Internal Representation',
'Pascal',
'Pawn',
'Pep8',
'Perl',
'Perl 6',
'PHP',
'Pic',
'Pickle',
'PicoLisp',
'PigLatin',
'Pike',
'PLpgSQL',
'PLSQL',
'Pod',
'Pod 6',
'PogoScript',
'Pony',
'PostCSS',
'PostScript',
'POV-Ray SDL',
'PowerBuilder',
'PowerShell',
'Processing',
'Prolog',
'Propeller Spin',
'Protocol Buffer',
'Public Key',
'Pug',
'Puppet',
'Pure Data',
'PureBasic',
'PureScript',
'Python',
'Python console',
'Python traceback',
'q',
'QMake',
'QML',
'Quake',
'R',
'Racket',
'Ragel',
'RAML',
'Rascal',
'Raw token data',
'RDoc',
'REALbasic',
'Reason',
'Rebol',
'Red',
'Redcode',
'Regular Expression',
"Ren'Py", 'RenderScript',
'reStructuredText',
'REXX',
'RHTML',
'Rich Text Format',
'Ring',
'RMarkdown',
'RobotFramework',
'Roff',
'Rouge',
'RPC',
'RPM Spec',
'Ruby',
'RUNOFF',
'Rust',
'Sage',
'SaltStack',
'SAS',
'Sass',
'Scala',
'Scaml',
'Scheme',
'Scilab',
'SCSS',
'sed',
'Self',
'ShaderLab',
'Shell',
'ShellSession',
'Shen',
'Slash',
'Slice',
'Slim',
'Smali',
'Smalltalk',
'Smarty',
'SMT',
'Solidity',
'SourcePawn',
'SPARQL',
'Spline Font Database',
'SQF',
'SQL',
'SQLPL',
'Squirrel',
'SRecode Template',
'Stan',
'Standard ML',
'Stata',
'STON',
'Stylus',
'SubRip Text',
'SugarSS',
'SuperCollider',
'SVG',
'Swift',
'SystemVerilog',
'Tcl',
'Tcsh',
'Tea',
'Terra',
'TeX',
'Text',
'Textile',
'Thrift',
'TI Program',
'TLA',
'TOML',
'Turing',
'Turtle',
'Twig',
'TXL',
'Type Language',
'TypeScript',
'Unified Parallel C',
'Unity3D Asset',
'Unix Assembly',
'Uno',
'UnrealScript',
'UrWeb',
'Vala',
'VCL',
'Verilog',
'VHDL',
'Vim script',
'Visual Basic',
'Volt',
'Vue',
'Wavefront Material',
'Wavefront Object',
'wdl',
'Web Ontology Language',
'WebAssembly',
'WebIDL',
'Windows Registry Entries',
'wisp',
'World of Warcraft Addon Data',
'X BitMap',
'X Font Directory Index',
'X PixMap',
'X10',
'xBase',
'XC',
'XCompose',
'XML',
'Xojo',
'XPages',
'XProc',
'XQuery',
'XS',
'XSLT',
'Xtend',
'Yacc',
'YAML',
'YANG',
'YARA',
'YASnippet',
'Zephir',
'Zig',
'Zimpl'
]