7ute / symbols-list

An alternate symbol list sidebar for Atom.io text editor
GNU General Public License v3.0
32 stars 24 forks source link

Regexp for Perl subs is too restrictive #80

Open tobyink opened 3 years ago

tobyink commented 3 years ago

Example sub which doesn't get detected:

sub summary : Path('/reports/summary') Does('AJAX') CaptureArgs(1)
{
   ...;
}