Skip to content

Commit

Permalink
readme: Add snippets documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoltman committed Sep 1, 2016
1 parent a9d1602 commit 93d79c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ If you'd prefer to use a different color scheme, you may need to add lines like

![](example.png)

#### Snippets

In the HTML scope:

+ `<%`+`TAB` - Inserts EJS open/close tags
+ `if`+`TAB` - Inserts EJS `if` statement
+ `for`+`TAB` - Inserts EJS `for` loop

### Shortcomings

##### Babel Requirement
Expand Down

0 comments on commit 93d79c9

Please sign in to comment.