elixir-editors / language-elixir

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

fix `defp` and `defprotocol` snippet conflict #14

Closed jarsen closed 9 years ago

jarsen commented 9 years ago

defp and defprotocol are both using the same trigger: defp. This means that the defp snippet is inaccessible. Since the trigger defp makes most sense in the context of the defp snippet, this pull request proposes that the defprotocol snippet trigger be changed to defpro.

screen shot 2015-05-19 at 11 38 59 am