Skip to content

Commit 5e6a499

Browse files
committed
Prism: Add c language
... because `glsl` is apparently derived from / depending on the `c` definition
1 parent 4d85eb3 commit 5e6a499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ember-cli-build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');
55
module.exports = function (defaults) {
66
const highlightedLanguages = [
77
'bash',
8+
'c',
89
'clike',
910
'glsl',
1011
'go',

0 commit comments

Comments
 (0)