Browse Source

Add py -> Python abbreviation

Closes #268.
Thibaut 10 years ago
parent
commit
7303317c28
1 changed files with 1 additions and 0 deletions
  1. 1 0
      assets/javascripts/models/entry.coffee

+ 1 - 0
assets/javascripts/models/entry.coffee

@@ -55,5 +55,6 @@ class app.models.Entry extends app.Model
     'lodash': '_'
     'markdown': 'md'
     'postgresql': 'pg'
+    'python': 'py'
     'sass': 'scss'
     'underscore.js': '_'