Initial Commit
This commit is contained in:
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'];
|
Reference in New Issue
Block a user