atom / language-perl

Perl package for Atom
Other
25 stars 32 forks source link

Disable quote highlighting if called like a method #14

Closed Fank closed 9 years ago

Fank commented 9 years ago

I added a lookbefore in quote highlighting, which disables highlighting if a quote is called like a method e.g. $asd->q;

As written here https://github.com/atom/language-perl/blob/master/grammars/perl.cson#L687 . But i noticed a general problem, if you add "spaces" between -> and the keyword atom_language-perl_10

This fixes #7

Fank commented 9 years ago

If #15 is merged ill add tests for it

kevinsawicki commented 9 years ago

If #15 is merged ill add tests for it

Awesome, #15 is merged now, thanks for all these great pull requests :speedboat:

Fank commented 9 years ago

Ill open a new one ...