Skip to content

Instantly share code, notes, and snippets.

@yurikoval
Created July 30, 2019 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yurikoval/ae1e6242331cc8015a2516f232ed31f0 to your computer and use it in GitHub Desktop.
Save yurikoval/ae1e6242331cc8015a2516f232ed31f0 to your computer and use it in GitHub Desktop.
Atom Snippets
'.source.elixir':
'exunit':
'prefix': 'exunit'
'body': 'use ExUnit.Case, async: ${1:true}$2'
'IO.inspect':
'prefix': 'io'
'body': 'IO.inspect(${1:}, label: "${2:inspecting}")$3'
'|> IO.inspect':
'prefix': 'iop'
'body': '|> IO.inspect(label: "${1:inspecting}")$2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment