Commit 1394be6d authored by Antonis Karamitros's avatar Antonis Karamitros

"underscorejs snippets" added

'Underscorejs snippets' added. A snippets plugin with most of the underscore.js functions available.

https://github.com/AntouanK/sublime-underscorejs-snippets

Created this plugin to complement the already existing one by 'carlo' because of the way it invokes the underscore functions, e.g.:
_(list).object([values])

Current plugin : 
_.object(list, values);
parent fda68333
...@@ -50,6 +50,18 @@ ...@@ -50,6 +50,18 @@
} }
] ]
}, },
{
"name": "Underscorejs snippets",
"details": "https://github.com/AntouanK/sublime-underscorejs-snippets",
"author": "@antouank",
"labels": ["snippets","auto-complete","JavaScript","underscorejs","underscore.js"],
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/AntouanK/sublime-underscorejs-snippets/tree/master"
}
]
},
{ {
"name": "Unicode Character Highlighter", "name": "Unicode Character Highlighter",
"details": "https://github.com/possan/sublime_unicode_nbsp", "details": "https://github.com/possan/sublime_unicode_nbsp",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment