Skip to content

Commit

Permalink
custom emmet snippets for eex and erb templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tzzzoz committed May 15, 2017
1 parent 5b696a3 commit a2129fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/nvim/autoload/emmet-snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"eelixir": {
"extends": "html",
"snippets": {
"eex": "<%= | %>\n\t${child}<% end %>"
"eex": "<%= | %>\n"
}
},
"eruby": {
"extends": "html",
"snippets": {
"erb": "<%= | %>\n\t${child}<% end %>"
"erb": "<%= | %>\n"
}
}
}

0 comments on commit a2129fd

Please sign in to comment.