elixir-editors / language-elixir

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

Add keyword support for defguard and defguardp #102

Closed rgreenjr closed 6 years ago

rgreenjr commented 6 years ago

This pull request adds keyword support for defguard and defguardp, which were added to Elixir v1.6 to simply guard macro generation.

example

rgreenjr commented 6 years ago

Thanks @keathley – that was fast!

keathley commented 6 years ago

No prob. Sometimes I manage to stay on top of things 😂