Hello,
>
> Hi All,
>
> I am using using TagList for ANT build files as per
> http://vim.wikia. com/wiki/ Using_TagList_ for_ANT_build_ files
>
> To pick up targets, I am using:
> --regex-ant= /^[ \t]*<[ \t]*target.* name="([^ <"&]+)".* >/\1/t,target/ i
>
> The problem is this will only pick up targets where the opening tag is
> all on one line. For example, it will pick up
> <target name="clean" depends="init" description= "...">
> but not
> <target name="clean"
> depends="init"
> description= "...">
>
> Can anyone guide me as to how I can modify the ".*" in the above
> expression to deal with new line chars too?
>
You can try posting your question to the Exuberant ctags
user mailing list.
https://lists.sourceforge.net/lists/listinfo/ctags-users
- Yegappan
>
> I posted this here too:
> http://groups. google.com/ group/vim_ use/browse_ thread/thread/ 73176642d613105b ?q=%22robert+ mark+bram% 22+OR+robertmark bram&pli= 1&fwc=1
>
> In response, I tried this, which didn't work:
> --regex-ant= /^[ \t]*<[ \t]*target.* name="([^ <"&]+)"\_ .{-}>/\1/ t,target/ i
>
> Thanks for any assistance!
>
>
> Hi All,
>
> I am using using TagList for ANT build files as per
> http://vim.wikia. com/wiki/ Using_TagList_ for_ANT_build_ files
>
> To pick up targets, I am using:
> --regex-ant= /^[ \t]*<[ \t]*target.* name="([^ <"&]+)".* >/\1/t,target/ i
>
> The problem is this will only pick up targets where the opening tag is
> all on one line. For example, it will pick up
> <target name="clean" depends="init" description= "...">
> but not
> <target name="clean"
> depends="init"
> description= "...">
>
> Can anyone guide me as to how I can modify the ".*" in the above
> expression to deal with new line chars too?
>
You can try posting your question to the Exuberant ctags
user mailing list.
https://lists.sourceforge.net/lists/listinfo/ctags-users
- Yegappan
>
> I posted this here too:
> http://groups. google.com/ group/vim_ use/browse_ thread/thread/ 73176642d613105b ?q=%22robert+ mark+bram% 22+OR+robertmark bram&pli= 1&fwc=1
>
> In response, I tried this, which didn't work:
> --regex-ant= /^[ \t]*<[ \t]*target.* name="([^ <"&]+)"\_ .{-}>/\1/ t,target/ i
>
> Thanks for any assistance!
>