elixir-editors / language-elixir

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

Fix matching on vertical bar operator #97

Closed rgreenjr closed 7 years ago

rgreenjr commented 7 years ago

This pull request updates the match rule for keyword.operator.other.elixir to include the vertical bar operator |. It also adds a test to verify the change.

keathley commented 7 years ago

@rgreenjr sorry about letting these slip through the cracks. ElixirConf happened and I completely spaced. I should be able to test these out locally tonight and get them merged and published :+1:

rgreenjr commented 7 years ago

Thanks @keathley. I appreciate all your work.