Locally add prismjs
This commit is contained in:
parent
35af792c6a
commit
6aa044cf9b
701 changed files with 35787 additions and 0 deletions
8
node_modules/prismjs/components/prism-cilkc.js
generated
vendored
Normal file
8
node_modules/prismjs/components/prism-cilkc.js
generated
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
Prism.languages.cilkc = Prism.languages.insertBefore('c', 'function', {
|
||||
'parallel-keyword': {
|
||||
pattern: /\bcilk_(?:for|reducer|s(?:cope|pawn|ync))\b/,
|
||||
alias: 'keyword'
|
||||
}
|
||||
});
|
||||
|
||||
Prism.languages['cilk-c'] = Prism.languages['cilkc'];
|
Loading…
Add table
Add a link
Reference in a new issue