Browse Source

Incorrect c# mapping for Prism

Fixes #14
Rob McGuinness 7 years ago
parent
commit
b46781f812
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -10,7 +10,7 @@ var MAP_LANGUAGES = {
   'py': 'python',
   'js': 'javascript',
   'rb': 'ruby',
-  'csharp': 'cs',
+  'cs': 'csharp',
   'html': 'markup'
 };