Skip to content

Commit ee60fbd

Browse files
committed
Add Markdown syntax highlighting
1 parent ea955aa commit ee60fbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ module.exports = function (grunt)
238238
'node_modules/prismjs/components/prism-markup-templating.js',
239239
'node_modules/prismjs/components/prism-apacheconf.js',
240240
'node_modules/prismjs/components/prism-bash.js',
241+
'node_modules/prismjs/components/prism-markdown.js',
241242
'node_modules/prismjs/components/prism-nginx.js',
242243
'node_modules/prismjs/components/prism-php.js',
243244
'node_modules/prismjs/components/prism-scss.js',

0 commit comments

Comments
 (0)