Skip to content

Commit 949a673

Browse files
committed
Add abbreviations
Closes freeCodeCamp#290.
1 parent c2a20ef commit 949a673

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

assets/javascripts/models/entry.coffee

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,15 @@ class app.models.Entry extends app.Model
5252
'javascript': 'js'
5353
'jquery': '$'
5454
'knockout.js': 'ko'
55+
'less': 'ls'
5556
'lodash': '_'
5657
'markdown': 'md'
58+
'modernizr': 'mdr'
59+
'moment.js': 'mt'
60+
'nginx': 'ngx'
5761
'postgresql': 'pg'
5862
'python': 'py'
63+
'ruby.on.rails': 'ror'
64+
'ruby': 'rb'
5965
'sass': 'scss'
6066
'underscore.js': '_'

0 commit comments

Comments
 (0)