elixir-editors / language-elixir

Elixir language support for the Atom editor.
Other
181 stars 40 forks source link

Add snippets for custom guards added in Elixir 1.6 #101

Closed spadarjauhien closed 6 years ago

spadarjauhien commented 6 years ago

Ability to generate custom guards was added in Elixir 1.6.
These changes are adding snippets for gefguard and defguardp.