Skip to content

Commit

Permalink
Update of README
Browse files Browse the repository at this point in the history
  • Loading branch information
AntouanK committed Sep 14, 2013
1 parent e526be2 commit 75b91a8
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Underscore.js snippets plugin for Sublime Text (2|3)
==============================
# Underscore.js snippets for Sublime Text (2|3)

Underscore.js API --> http://underscorejs.org/#


## How to Install

( via Package Control )
Expand All @@ -14,3 +12,13 @@ You can clone this repo inside your [sublime text 'packages/user/' folder](http:
`git clone https://github.com/AntouanK/sublime-underscorejs-snippets.git`

( Install package control if needed --> https://sublime.wbond.net/installation )

## How to use

While editing any JavaScript file in Sublime Text, just type the '_' character and you will instantly get an 'autocomplete' menu with all the snippets for Underscore available.

### TODO
Complete the API of underscore.js


more on Sublime Text snippets feature --> http://docs.sublimetext.info/en/latest/reference/snippets.html

0 comments on commit 75b91a8

Please sign in to comment.