On 05/11/07 21:03:38, Joseph Boston wrote:
I opened a .cgi perl file it noticed it was perl and code folding worked properly, but there were no tags,
This works for me - what tags were you expecting?
Currently the perl parser parses sub and package statements and variables declared with local, my, our.
I also opened php from template, and html from template, it showed no symbols for either of those. Does it only extract the symbols that are currently in use in the file?
The symbols will be parsed once the file is saved.
Regards, Nick