This commit is contained in:
8
node_modules/prismjs/components/prism-cilkc.js
generated
vendored
8
node_modules/prismjs/components/prism-cilkc.js
generated
vendored
@@ -1,8 +0,0 @@
|
||||
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'];
|
||||
Reference in New Issue
Block a user