Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added test to sort the language list #2222

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion components.js

Large diffs are not rendered by default.

138 changes: 69 additions & 69 deletions components.json
Expand Up @@ -79,7 +79,7 @@
"owner": "dellagustin"
},
"abnf": {
"title": "Augmented Backus–Naur form",
"title": "ABNF",
RunDevelopment marked this conversation as resolved.
Show resolved Hide resolved
"owner": "RunDevelopment"
},
"actionscript": {
Expand Down Expand Up @@ -127,15 +127,15 @@
"title": "AsciiDoc",
"owner": "Golmote"
},
"asm6502": {
"title": "6502 Assembly",
"owner": "kzurawel"
},
"aspnet": {
"title": "ASP.NET (C#)",
"require": ["markup", "csharp"],
"owner": "nauzilus"
},
"asm6502": {
"title": "6502 Assembly",
"owner": "kzurawel"
},
"autohotkey": {
"title": "AutoHotkey",
"owner": "aviaryan"
Expand All @@ -144,6 +144,14 @@
"title": "AutoIt",
"owner": "Golmote"
},
"bnf": {
"title": "Backus–Naur form",
"alias": "rbnf",
"aliasTitles": {
"rbnf": "RBNF"
},
"owner": "RunDevelopment"
},
"bash": {
"title": "Bash",
"alias": "shell",
Expand All @@ -169,14 +177,6 @@
"require": "c",
"owner": "Golmote"
},
"bnf": {
"title": "Backus–Naur form",
"alias": "rbnf",
"aliasTitles": {
"rbnf": "Routing Backus–Naur form"
},
"owner": "RunDevelopment"
},
"brainfuck": {
"title": "Brainfuck",
"owner": "Golmote"
Expand All @@ -194,11 +194,6 @@
"require": "clike",
"owner": "zeitgeist87"
},
"concurnas": {
"title": "Concurnas",
"alias": "conc",
"owner": "jasontatton"
},
"csharp": {
"title": "C#",
"require": "clike",
Expand All @@ -214,29 +209,34 @@
"title": "CIL",
"owner": "sbrl"
},
"clojure": {
"title": "Clojure",
"owner": "troglotit"
},
"cmake": {
"title": "CMake",
"owner": "mjrogozinski"
},
"coffeescript": {
"title": "CoffeeScript",
"require": "javascript",
"alias": "coffee",
"owner": "R-osey"
},
"cmake": {
"title": "CMake",
"owner": "mjrogozinski"
"concurnas": {
"title": "Concurnas",
"alias": "conc",
"owner": "jasontatton"
},
"clojure": {
"title": "Clojure",
"owner": "troglotit"
"csp": {
"title": "Content-Security-Policy",
"owner": "ScottHelme"
},
"crystal": {
"title": "Crystal",
"require": "ruby",
"owner": "MakeNowJust"
},
"csp": {
"title": "Content-Security-Policy",
"owner": "ScottHelme"
},
"css-extras": {
"title": "CSS Extras",
"require": "css",
Expand Down Expand Up @@ -274,7 +274,7 @@
"owner": "JustinBeckwith"
},
"ebnf": {
"title": "Extended Backus–Naur form",
"title": "EBFN",
RunDevelopment marked this conversation as resolved.
Show resolved Hide resolved
"owner": "RunDevelopment"
},
"eiffel": {
Expand Down Expand Up @@ -362,7 +362,7 @@
"owner": "Golmote"
},
"gml": {
"title": "GameMaker Language",
"title": "GML: GameMaker Language",
"alias": "gamemakerlanguage",
"require": "clike",
"owner": "LiarOnce"
Expand Down Expand Up @@ -519,6 +519,20 @@
],
"owner": "RunDevelopment"
},
"json": {
"title": "JSON",
"owner": "CupOfTea696"
},
"json5": {
"title": "JSON5",
"require": "json",
"owner": "RunDevelopment"
},
"jsonp": {
"title": "JSONP",
"require": "json",
"owner": "RunDevelopment"
},
"js-templates": {
"title": "JS Templates",
"require": "javascript",
Expand All @@ -532,20 +546,6 @@
],
"owner": "RunDevelopment"
},
"json": {
"title": "JSON",
"owner": "CupOfTea696"
},
"jsonp": {
"title": "JSONP",
"require": "json",
"owner": "RunDevelopment"
},
"json5": {
"title": "JSON5",
"require": "json",
"owner": "RunDevelopment"
},
"julia": {
"title": "Julia",
"owner": "cdagnino"
Expand Down Expand Up @@ -847,10 +847,6 @@
"title": "React TSX",
"require": ["jsx", "typescript"]
},
"renpy": {
"title": "Ren'py",
"owner": "HyuchiaDiego"
},
"reason": {
"title": "Reason",
"require": "clike",
Expand All @@ -868,6 +864,10 @@
],
"owner": "RunDevelopment"
},
"renpy": {
"title": "Ren'py",
"owner": "HyuchiaDiego"
},
"rest": {
"title": "reST (reStructuredText)",
"owner": "Golmote"
Expand Down Expand Up @@ -972,6 +972,21 @@
"require": "clike",
"owner": "chrischares"
},
"t4-templating": {
"title": "T4 templating",
"owner": "RunDevelopment"
},
"t4-cs": {
"title": "T4 Text Templates (C#)",
"require": ["t4-templating", "csharp"],
"alias": "t4",
"owner": "RunDevelopment"
},
"t4-vb": {
"title": "T4 Text Templates (VB)",
"require": ["t4-templating", "visual-basic"],
"owner": "RunDevelopment"
},
"tap": {
"title": "TAP",
"owner": "isaacs",
Expand All @@ -981,6 +996,11 @@
"title": "Tcl",
"owner": "PeterChaplin"
},
"tt2": {
"title": "Template Toolkit 2",
"require": ["clike", "markup-templating"],
"owner": "gflohr"
},
"textile": {
"title": "Textile",
"require": "markup",
Expand All @@ -991,14 +1011,9 @@
"title": "TOML",
"owner": "RunDevelopment"
},
"tt2": {
"title": "Template Toolkit 2",
"require": ["clike", "markup-templating"],
"owner": "gflohr"
},
"turtle": {
"title": "Turtle",
"alias": ["trig"],
"alias": "trig",
"aliasTitles": {
"trig": "TriG"
},
Expand All @@ -1016,21 +1031,6 @@
"alias": "ts",
"owner": "vkbansal"
},
"t4-cs": {
"title": "T4 Text Templates (C#)",
"require": ["t4-templating", "csharp"],
"alias": "t4",
"owner": "RunDevelopment"
},
"t4-vb": {
"title": "T4 Text Templates (VB)",
"require": ["t4-templating", "visual-basic"],
"owner": "RunDevelopment"
},
"t4-templating": {
"title": "T4 templating",
"owner": "RunDevelopment"
},
"vala": {
"title": "Vala",
"require": "clike",
Expand Down
26 changes: 13 additions & 13 deletions plugins/autoloader/prism-autoloader.js
Expand Up @@ -57,9 +57,9 @@
"javadoclike"
],
"js-extras": "javascript",
"js-templates": "javascript",
"jsonp": "json",
"json5": "json",
"jsonp": "json",
"js-templates": "javascript",
"kotlin": "clike",
"latte": [
"clike",
Expand Down Expand Up @@ -113,14 +113,6 @@
"sparql": "turtle",
"sqf": "clike",
"swift": "clike",
"tap": "yaml",
"textile": "markup",
"tt2": [
"clike",
"markup-templating"
],
"twig": "markup",
"typescript": "javascript",
"t4-cs": [
"t4-templating",
"csharp"
Expand All @@ -129,6 +121,14 @@
"t4-templating",
"visual-basic"
],
"tap": "yaml",
"tt2": [
"clike",
"markup-templating"
],
"textile": "markup",
"twig": "markup",
"typescript": "javascript",
"vala": "clike",
"vbnet": "basic",
"velocity": "markup",
Expand All @@ -145,12 +145,12 @@
"js": "javascript",
"g4": "antlr4",
"adoc": "asciidoc",
"shell": "bash",
"rbnf": "bnf",
"conc": "concurnas",
"shell": "bash",
"cs": "csharp",
"dotnet": "csharp",
"coffee": "coffeescript",
"conc": "concurnas",
"jinja2": "django",
"dns-zone": "dns-zone-file",
"dockerfile": "docker",
Expand All @@ -171,9 +171,9 @@
"robot": "robotframework",
"rb": "ruby",
"rq": "sparql",
"t4": "t4-cs",
"trig": "turtle",
"ts": "typescript",
"t4": "t4-cs",
"vb": "visual-basic",
"xeoracube": "xeora",
"yml": "yaml"
Expand Down
2 changes: 1 addition & 1 deletion plugins/autoloader/prism-autoloader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.