Преглед изворни кода

Add py -> Python abbreviation

Closes #268.
Thibaut пре 10 година
родитељ
комит
7303317c28
1 измењених фајлова са 1 додато и 0 уклоњено
  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': '_'