astro-ghostcms/.pnpm-store/v3/files/9f/cb4fec57ec72d27619cb274ecb4...

9 lines
234 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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'];