Skip to content

Commit

Permalink
feat: support more code highlight (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei686 authored Nov 8, 2022
1 parent bddfcf7 commit a37c0ac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,14 @@ module.exports = {
'git',
'glsl',
'go',
'go-mod',
'graphql',
'haml',
'ini',
'java',
'javascript',
'json',
'json5',
'less',
'lua',
'markdown',
Expand All @@ -79,17 +82,19 @@ module.exports = {
'protobuf',
'python',
'r',
'jsx',
'tsx',
'regex',
'ruby',
'rust',
'jsx',
'tsx',
'sass',
'scss',
'shell',
'sql',
'swift',
'typescript',
'vb',
'wasm',
'yaml',
],
plugins: [],
Expand Down

0 comments on commit a37c0ac

Please sign in to comment.