elixir-editors / language-elixir

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

Syntax recognition for Bitwise >>> and &&& #46

Closed gusaiani closed 8 years ago

gusaiani commented 8 years ago

This is, at least to me, a total edge case.

Working with Dave Thomas’ book, I came across code using the Bitwise macro.

There, >>> and &&& were not recognized as Elixir syntax, which in the case of |>, <> and many others prints a marvelous ligature if ligatures are enabled. I checked and FiraCode, the popular font with ligatures, does have those two ligatures in its set.

keathley commented 8 years ago

Thanks for catching this. I've opened a PR that should fix it if you want to check it out.