소스 검색

Add abbreviations

Closes #470.
Thibaut Courouble 9 년 전
부모
커밋
d2d44231df
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      assets/javascripts/models/entry.coffee

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

@@ -66,9 +66,11 @@ class app.models.Entry extends app.Model
     'modernizr': 'mdr'
     'moment.js': 'mt'
     'nginx': 'ngx'
+    'numpy': 'np'
     'postgresql': 'pg'
     'python': 'py'
     'ruby.on.rails': 'ror'
     'ruby': 'rb'
     'sass': 'scss'
+    'tensorflow': 'tf'
     'underscore.js': '_'