Skip to content

Commit a375872

Browse files
Added test to sort the language list (#2222)
1 parent e756be3 commit a375872

File tree

7 files changed

+142
-110
lines changed

7 files changed

+142
-110
lines changed

components.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components.json

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"owner": "dellagustin"
8282
},
8383
"abnf": {
84-
"title": "Augmented Backus–Naur form",
84+
"title": "ABNF",
8585
"owner": "RunDevelopment"
8686
},
8787
"actionscript": {
@@ -137,15 +137,15 @@
137137
"title": "AsciiDoc",
138138
"owner": "Golmote"
139139
},
140-
"asm6502": {
141-
"title": "6502 Assembly",
142-
"owner": "kzurawel"
143-
},
144140
"aspnet": {
145141
"title": "ASP.NET (C#)",
146142
"require": ["markup", "csharp"],
147143
"owner": "nauzilus"
148144
},
145+
"asm6502": {
146+
"title": "6502 Assembly",
147+
"owner": "kzurawel"
148+
},
149149
"autohotkey": {
150150
"title": "AutoHotkey",
151151
"owner": "aviaryan"
@@ -184,10 +184,10 @@
184184
"owner": "Golmote"
185185
},
186186
"bnf": {
187-
"title": "Backus–Naur form",
187+
"title": "BNF",
188188
"alias": "rbnf",
189189
"aliasTitles": {
190-
"rbnf": "Routing Backus–Naur form"
190+
"rbnf": "RBNF"
191191
},
192192
"owner": "RunDevelopment"
193193
},
@@ -208,11 +208,6 @@
208208
"require": "clike",
209209
"owner": "zeitgeist87"
210210
},
211-
"concurnas": {
212-
"title": "Concurnas",
213-
"alias": "conc",
214-
"owner": "jasontatton"
215-
},
216211
"csharp": {
217212
"title": "C#",
218213
"require": "clike",
@@ -228,29 +223,34 @@
228223
"title": "CIL",
229224
"owner": "sbrl"
230225
},
226+
"clojure": {
227+
"title": "Clojure",
228+
"owner": "troglotit"
229+
},
230+
"cmake": {
231+
"title": "CMake",
232+
"owner": "mjrogozinski"
233+
},
231234
"coffeescript": {
232235
"title": "CoffeeScript",
233236
"require": "javascript",
234237
"alias": "coffee",
235238
"owner": "R-osey"
236239
},
237-
"cmake": {
238-
"title": "CMake",
239-
"owner": "mjrogozinski"
240+
"concurnas": {
241+
"title": "Concurnas",
242+
"alias": "conc",
243+
"owner": "jasontatton"
240244
},
241-
"clojure": {
242-
"title": "Clojure",
243-
"owner": "troglotit"
245+
"csp": {
246+
"title": "Content-Security-Policy",
247+
"owner": "ScottHelme"
244248
},
245249
"crystal": {
246250
"title": "Crystal",
247251
"require": "ruby",
248252
"owner": "MakeNowJust"
249253
},
250-
"csp": {
251-
"title": "Content-Security-Policy",
252-
"owner": "ScottHelme"
253-
},
254254
"css-extras": {
255255
"title": "CSS Extras",
256256
"require": "css",
@@ -292,7 +292,7 @@
292292
"owner": "JustinBeckwith"
293293
},
294294
"ebnf": {
295-
"title": "Extended Backus–Naur form",
295+
"title": "EBNF",
296296
"owner": "RunDevelopment"
297297
},
298298
"eiffel": {
@@ -363,6 +363,12 @@
363363
"require": "markup-templating",
364364
"owner": "RunDevelopment"
365365
},
366+
"gml": {
367+
"title": "GameMaker Language",
368+
"alias": "gamemakerlanguage",
369+
"require": "clike",
370+
"owner": "LiarOnce"
371+
},
366372
"gcode": {
367373
"title": "G-code",
368374
"owner": "RunDevelopment"
@@ -388,12 +394,6 @@
388394
"require": "c",
389395
"owner": "Golmote"
390396
},
391-
"gml": {
392-
"title": "GameMaker Language",
393-
"alias": "gamemakerlanguage",
394-
"require": "clike",
395-
"owner": "LiarOnce"
396-
},
397397
"go": {
398398
"title": "Go",
399399
"require": "clike",
@@ -475,10 +475,6 @@
475475
"title": "Icon",
476476
"owner": "Golmote"
477477
},
478-
"iecst": {
479-
"title": "Structured Text (IEC 61131-3)",
480-
"owner": "serhioromano"
481-
},
482478
"inform7": {
483479
"title": "Inform 7",
484480
"owner": "Golmote"
@@ -552,6 +548,24 @@
552548
],
553549
"owner": "RunDevelopment"
554550
},
551+
"json": {
552+
"title": "JSON",
553+
"alias": "webmanifest",
554+
"aliasTitles": {
555+
"webmanifest": "Web App Manifest"
556+
},
557+
"owner": "CupOfTea696"
558+
},
559+
"json5": {
560+
"title": "JSON5",
561+
"require": "json",
562+
"owner": "RunDevelopment"
563+
},
564+
"jsonp": {
565+
"title": "JSONP",
566+
"require": "json",
567+
"owner": "RunDevelopment"
568+
},
555569
"jsstacktrace": {
556570
"title": "JS stack trace",
557571
"owner": "sbrl"
@@ -569,24 +583,6 @@
569583
],
570584
"owner": "RunDevelopment"
571585
},
572-
"json": {
573-
"title": "JSON",
574-
"alias": "webmanifest",
575-
"aliasTitles": {
576-
"webmanifest": "Web App Manifest"
577-
},
578-
"owner": "CupOfTea696"
579-
},
580-
"jsonp": {
581-
"title": "JSONP",
582-
"require": "json",
583-
"owner": "RunDevelopment"
584-
},
585-
"json5": {
586-
"title": "JSON5",
587-
"require": "json",
588-
"owner": "RunDevelopment"
589-
},
590586
"julia": {
591587
"title": "Julia",
592588
"owner": "cdagnino"
@@ -912,11 +908,6 @@
912908
"title": "React TSX",
913909
"require": ["jsx", "typescript"]
914910
},
915-
"renpy": {
916-
"title": "Ren'py",
917-
"alias": "rpy",
918-
"owner": "HyuchiaDiego"
919-
},
920911
"reason": {
921912
"title": "Reason",
922913
"require": "clike",
@@ -934,6 +925,11 @@
934925
],
935926
"owner": "RunDevelopment"
936927
},
928+
"renpy": {
929+
"title": "Ren'py",
930+
"alias": "rpy",
931+
"owner": "HyuchiaDiego"
932+
},
937933
"rest": {
938934
"title": "reST (reStructuredText)",
939935
"owner": "Golmote"
@@ -1035,6 +1031,10 @@
10351031
"title": "SQL",
10361032
"owner": "multipetros"
10371033
},
1034+
"iecst": {
1035+
"title": "Structured Text (IEC 61131-3)",
1036+
"owner": "serhioromano"
1037+
},
10381038
"stylus": {
10391039
"title": "Stylus",
10401040
"owner": "vkbansal"
@@ -1044,6 +1044,21 @@
10441044
"require": "clike",
10451045
"owner": "chrischares"
10461046
},
1047+
"t4-templating": {
1048+
"title": "T4 templating",
1049+
"owner": "RunDevelopment"
1050+
},
1051+
"t4-cs": {
1052+
"title": "T4 Text Templates (C#)",
1053+
"require": ["t4-templating", "csharp"],
1054+
"alias": "t4",
1055+
"owner": "RunDevelopment"
1056+
},
1057+
"t4-vb": {
1058+
"title": "T4 Text Templates (VB)",
1059+
"require": ["t4-templating", "vbnet"],
1060+
"owner": "RunDevelopment"
1061+
},
10471062
"tap": {
10481063
"title": "TAP",
10491064
"owner": "isaacs",
@@ -1053,6 +1068,11 @@
10531068
"title": "Tcl",
10541069
"owner": "PeterChaplin"
10551070
},
1071+
"tt2": {
1072+
"title": "Template Toolkit 2",
1073+
"require": ["clike", "markup-templating"],
1074+
"owner": "gflohr"
1075+
},
10561076
"textile": {
10571077
"title": "Textile",
10581078
"require": "markup",
@@ -1063,11 +1083,6 @@
10631083
"title": "TOML",
10641084
"owner": "RunDevelopment"
10651085
},
1066-
"tt2": {
1067-
"title": "Template Toolkit 2",
1068-
"require": ["clike", "markup-templating"],
1069-
"owner": "gflohr"
1070-
},
10711086
"turtle": {
10721087
"title": "Turtle",
10731088
"alias": "trig",
@@ -1088,21 +1103,6 @@
10881103
"alias": "ts",
10891104
"owner": "vkbansal"
10901105
},
1091-
"t4-cs": {
1092-
"title": "T4 Text Templates (C#)",
1093-
"require": ["t4-templating", "csharp"],
1094-
"alias": "t4",
1095-
"owner": "RunDevelopment"
1096-
},
1097-
"t4-vb": {
1098-
"title": "T4 Text Templates (VB)",
1099-
"require": ["t4-templating", "vbnet"],
1100-
"owner": "RunDevelopment"
1101-
},
1102-
"t4-templating": {
1103-
"title": "T4 templating",
1104-
"owner": "RunDevelopment"
1105-
},
11061106
"unrealscript": {
11071107
"title": "UnrealScript",
11081108
"alias": ["uscript", "uc"],

plugins/autoloader/prism-autoloader.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"firestore-security-rules": "clike",
4343
"flow": "javascript",
4444
"ftl": "markup-templating",
45-
"glsl": "c",
4645
"gml": "clike",
46+
"glsl": "c",
4747
"go": "clike",
4848
"groovy": "clike",
4949
"haml": "ruby",
@@ -62,9 +62,9 @@
6262
"javadoclike"
6363
],
6464
"js-extras": "javascript",
65-
"js-templates": "javascript",
66-
"jsonp": "json",
6765
"json5": "json",
66+
"jsonp": "json",
67+
"js-templates": "javascript",
6868
"kotlin": "clike",
6969
"latte": [
7070
"clike",
@@ -120,14 +120,6 @@
120120
"sparql": "turtle",
121121
"sqf": "clike",
122122
"swift": "clike",
123-
"tap": "yaml",
124-
"textile": "markup",
125-
"tt2": [
126-
"clike",
127-
"markup-templating"
128-
],
129-
"twig": "markup",
130-
"typescript": "javascript",
131123
"t4-cs": [
132124
"t4-templating",
133125
"csharp"
@@ -136,6 +128,14 @@
136128
"t4-templating",
137129
"vbnet"
138130
],
131+
"tap": "yaml",
132+
"tt2": [
133+
"clike",
134+
"markup-templating"
135+
],
136+
"textile": "markup",
137+
"twig": "markup",
138+
"typescript": "javascript",
139139
"vala": "clike",
140140
"vbnet": "basic",
141141
"velocity": "markup",
@@ -159,10 +159,10 @@
159159
"shell": "bash",
160160
"shortcode": "bbcode",
161161
"rbnf": "bnf",
162-
"conc": "concurnas",
163162
"cs": "csharp",
164163
"dotnet": "csharp",
165164
"coffee": "coffeescript",
165+
"conc": "concurnas",
166166
"jinja2": "django",
167167
"dns-zone": "dns-zone-file",
168168
"dockerfile": "docker",
@@ -196,9 +196,9 @@
196196
"sol": "solidity",
197197
"sln": "solution-file",
198198
"rq": "sparql",
199+
"t4": "t4-cs",
199200
"trig": "turtle",
200201
"ts": "typescript",
201-
"t4": "t4-cs",
202202
"uscript": "unrealscript",
203203
"uc": "unrealscript",
204204
"vb": "visual-basic",

plugins/autoloader/prism-autoloader.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)