Skip to content

Commit bb942d6

Browse files
committed
Update README.
1 parent f41a0a3 commit bb942d6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
phpctags
22
========
33

4-
An enhanced php ctags file generator.
4+
An enhanced php [ctags](http://ctags.sourceforge.net/) index file generator
5+
compatible with http://ctags.sourceforge.net/FORMAT.
56

67
Using [PHP_Parse](https://github.com/nikic/PHP-Parser) as PHP syntax parsing
78
backend, written in pure PHP. The generated ctags index file contains scope
8-
and access information about the class methods and properties.
9+
and access information about class's methods and properties.
910

10-
This tool was originally developed to enhance the PHP surport for
11-
[tagbar](http://majutsushi.github.com/tagbar/) vim plugin. The enhaced
11+
This tool was originally developed to enhance the PHP syntax outline surport
12+
for vim [tagbar](http://majutsushi.github.com/tagbar/) plugin. The enhaced
1213
functionality has been included into an addon plugin for tagbar as
1314
[tagbar-phpctags](https://github.com/techlivezheng/tagbar-phpctags).
1415

1516
Enjoy!
1617

1718
Requirements
18-
============
19+
------------
1920

2021
PHP CLI 5.3+

0 commit comments

Comments
 (0)