Skip to content

Commit

Permalink
Rename "robot-framework" to "robotframework" (#2113)
Browse files Browse the repository at this point in the history
This changes the id of the Robot Framework language.
  • Loading branch information
datakurre authored and RunDevelopment committed Nov 15, 2019
1 parent 0fd062d commit baa7877
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion components.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@
"title": "Roboconf",
"owner": "Golmote"
},
"robot-framework": {
"robotframework": {
"title": "Robot Framework",
"alias": "robot",
"owner": "RunDevelopment"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}
};

Prism.languages['robot-framework'] = {
Prism.languages['robotframework'] = {
'settings': createSection('Settings', {
'documentation': {
pattern: /([\r\n] ?Documentation(?: |\t)[ \t]*)(?![ \t]|#)(?:.|[ \t]*(?:\r\n?|\n)[ \t]*\.{3}[ \t]*)+/,
Expand Down Expand Up @@ -99,6 +99,6 @@
'comment': comment
};

Prism.languages.robot = Prism.languages['robot-framework'];
Prism.languages.robot = Prism.languages['robotframework'];

}(Prism));

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

2 changes: 1 addition & 1 deletion plugins/autoloader/prism-autoloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"objectpascal": "pascal",
"px": "pcaxis",
"py": "python",
"robot": "robot-framework",
"robot": "robotframework",
"rb": "ruby",
"rq": "sparql",
"trig": "turtle",
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.

2 changes: 1 addition & 1 deletion plugins/show-language/prism-show-language.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"tsx": "React TSX",
"renpy": "Ren'py",
"rest": "reST (reStructuredText)",
"robot-framework": "Robot Framework",
"robotframework": "Robot Framework",
"robot": "Robot Framework",
"rb": "Ruby",
"sas": "SAS",
Expand Down
2 changes: 1 addition & 1 deletion plugins/show-language/prism-show-language.min.js

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

0 comments on commit baa7877

Please sign in to comment.