atom / language-perl

Perl package for Atom
Other
25 stars 32 forks source link

bitwise operator #77

Closed mbowman100 closed 8 years ago

mbowman100 commented 8 years ago

Added support for the bitwise operator.

winstliu commented 8 years ago

This broke heredoc behavior. Try moving it below all the heredoc lines, and then also add specs to prevent against any regressions. Thanks!