Skip to content

Commit

Permalink
fix: add verbose mapping for python and js md code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
VisargD committed Jan 13, 2025
1 parent 451d409 commit 169bc62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/default/containsCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ export const handler: PluginHandler = async (
const languageMap: { [key: string]: string } = {
sql: 'SQL',
py: 'Python',
python: 'Python',
gyp: 'Python',
ts: 'TypeScript',
tsx: 'TypeScript',
typescript: 'TypeScript',
js: 'JavaScript',
jsx: 'JavaScript',
javascript: 'JavaScript',
java: 'Java',
cs: 'C#',
cpp: 'C++',
Expand Down

0 comments on commit 169bc62

Please sign in to comment.