Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ab2307

Browse files
committed
Add minified files for GitHub CI build tests
1 parent 04ebe02 commit 8ab2307

File tree

7 files changed

+15
-3
lines changed

7 files changed

+15
-3
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/prism-cilkc.min.js

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

components/prism-cilkcpp.min.js

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

plugins/autoloader/prism-autoloader.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"clike",
3434
"cpp"
3535
],
36+
"cilkc": "c",
37+
"cilkcpp": "cpp",
3638
"coffeescript": "javascript",
3739
"crystal": "ruby",
3840
"css-extras": "css",
@@ -195,6 +197,9 @@
195197
"cs": "csharp",
196198
"dotnet": "csharp",
197199
"cfc": "cfscript",
200+
"cilk-c": "cilkc",
201+
"cilk-cpp": "cilkcpp",
202+
"cilk": "cilkcpp",
198203
"coffee": "coffeescript",
199204
"conc": "concurnas",
200205
"jinja2": "django",

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.

plugins/show-language/prism-show-language.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
"cfscript": "CFScript",
7070
"cfc": "CFScript",
7171
"cil": "CIL",
72+
"cilkc": "Cilk/C",
73+
"cilk-c": "Cilk/C",
74+
"cilkcpp": "Cilk/C++",
75+
"cilk-cpp": "Cilk/C++",
76+
"cilk": "Cilk/C++",
7277
"cmake": "CMake",
7378
"cobol": "COBOL",
7479
"coffee": "CoffeeScript",

0 commit comments

Comments
 (0)