diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-06-18 11:26:50 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-06-18 11:26:50 -0700 |
commit | 790dfd601e588bb21f5f12aeee8e9d1f879e11a4 (patch) | |
tree | 2188c8cba00affd37613236e80af11402b00574b /lib | |
parent | 34264281428a9fb8cee8d82ce86ea31a19673390 (diff) | |
download | gitbook-790dfd601e588bb21f5f12aeee8e9d1f879e11a4.zip gitbook-790dfd601e588bb21f5f12aeee8e9d1f879e11a4.tar.gz gitbook-790dfd601e588bb21f5f12aeee8e9d1f879e11a4.tar.bz2 |
Add csharp language highlight mapping
Fixes #327
Diffstat (limited to 'lib')
-rw-r--r-- | lib/utils/lang.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/lang.js b/lib/utils/lang.js index 9eabbb5..9da737b 100644 --- a/lib/utils/lang.js +++ b/lib/utils/lang.js @@ -2,6 +2,7 @@ var MAP = { 'py': 'python', 'js': 'javascript', 'rb': 'ruby', + 'csharp': 'cs', }; function normalize(lang) { |