Skip to content

Commit

Permalink
source code extension issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Oct 29, 2022
1 parent f1abf7b commit cae5e01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pasteme_cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
'.bash': 'bash',
'.c': 'c',
'.cpp': 'cpp',
'.csharp': 'c#',
'.csharp': 'csharp',
'.css': 'css',
'.go': 'go',
'.html': 'html',
'.java': 'java',
'.js': 'javascript',
'.js': 'js',
'.json': 'json',
'.lua': 'lua',
'.md': 'markdown',
'.md': 'md',
'.php': 'php',
'.txt': 'plaintext',
'':'plaintext',
'.py': 'python',
'.rb': 'ruby',
'.rb': 'rb',
}

THEMES = {
Expand Down

0 comments on commit cae5e01

Please sign in to comment.