Guest User

Untitled

a guest
Oct 17th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. '.string.html':
  2. 'Elixir block echo':
  3. 'prefix': 'pe'
  4. 'body': '<%= $1 %>'
  5.  
  6. 'Elixir block silent':
  7. 'prefix': 'pee'
  8. 'body': '<% $1 %>'
  9.  
  10. '.source.elixir':
  11. 'Map':
  12. 'prefix': 'm'
  13. 'body': '%{${1:key}${2:\:} ${3:value}}'
  14. 'IO Puts':
  15. 'prefix': 'log'
  16. 'body': 'IO.puts inspect(${1:conn}, pretty: true)'
  17. 'Controller test':
  18. 'prefix': 'testc'
  19. 'body': """
  20. test "$1", %{conn: conn} do
  21. $2
  22. end
  23. """
Add Comment
Please, Sign In to add comment