Hirse / brackets-outline-list

Extension for Brackets and Phoenix to display a list of the functions or definitions in the currently opened document.
MIT License
79 stars 30 forks source link

[Fix] Patch PHP lexer #60

Closed yfwz100 closed 8 years ago

yfwz100 commented 8 years ago

Further improve the PHP lexer:

  1. Definitions in comments are ignored.
  2. Modifier beside a function is now detected.

Test cases are included.

yfwz100 commented 8 years ago

50 is related.

Hirse commented 8 years ago

Thanks for another great PR.

I have added some comments directly to the code.

yfwz100 commented 8 years ago

:smile: