I have been looking around and i can't find any good tag file generator for javascript. So i deccided to write my own language defention for javascript. With this nifty program called Exuberant Ctags.
I am though unclear about something. On this page I read there is support for:
* Protected Functions
* Private Functions
* Protected Variables
* Private Variables
Yet after reading the source of Exuberant Ctags and the output and everything google could find about it im still pretty unclear about how the tags for these entrys are generated.
For example a normal function would be:
The f standing for Function and so on for variable, macro, class, struct. And what not. Yet i have not encounterd an character for the four listed above. And have not found any documentation about it either. Here or at google.
I am though unclear about something. On this page I read there is support for:
* Protected Functions
* Private Functions
* Protected Variables
* Private Variables
Yet after reading the source of Exuberant Ctags and the output and everything google could find about it im still pretty unclear about how the tags for these entrys are generated.
For example a normal function would be:
Code: Select all
<classview entry> <tab> <file> <tab> <RegExp || line number>;" <tab> f