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

php: comment added to list #7

Closed franksl closed 8 years ago

franksl commented 8 years ago

Hi, When using a comment that starts with '//' followed by a space the comment is added to the list:

<?php

//test comment not in list
// test comment in list
function test()
{
    $a = 'test';
}

Thanks, Frank

7ute commented 8 years ago

I can't seem to reproduce the bug. The only entry added to the list is the "test()" function.

franksl commented 8 years ago

Hi, This is what I see in Atom 1.7.3 under Ubuntu 14.04: img

7ute commented 8 years ago

It's fixed :)