MadcapJake / language-perl6fe

»ö« Atom Perl 6 Support - Forgotten Edition »ö«
https://github.com/perl6/atom-language-perl6
Other
16 stars 3 forks source link

`method` declarator catching in variable names #25

Closed MadcapJake closed 8 years ago

MadcapJake commented 8 years ago
if ( $method eq 'GET' and $bar eq 'meow' ) { }

method word needs guard for if it's the name of a variable.