Support for tcl/expect language
Brought to you by:
dhiebert
Hello,
I have updated tcl.c to iclude support for expect & tcl lib files via the following diff (have it successully analyze files over the past couple of years) -
-> diff tcl.c.orig tcl.c
107c107
< static const char *const extensions [] = { "tcl", "tk", "wish", "itcl", NULL };
---
> static const char *const extensions [] = { "tcl", "tk", "wish", "itcl", "lib", "exp", NULL };
I think it would be fairly useful to add this to the native ctags distribution!
Regards,
Girish
Hi, I'm a co-developer of universa-ctags project, a project forkd from exuberant ctags.
I'm happy if you submit a pull-request to the forked project.
https://github.com/universal-ctags/ctags