Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Ex. Ctags adapted to Zsh
- X-seq: zsh-users 21944
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Ex. Ctags adapted to Zsh
- Date: Sun, 18 Sep 2016 19:23:12 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=1TJUsTa0EN8WsyiEpAt7agkJkzB1aFJJ+S661kOmYq4=; b=Up36UaqmqJ9i7sKbyG/6KIsm/UJHzSFG9Hw6m/mYRF5O2Ji/qBzCIDaqJRLys2oCtm kL++wuCozoPm0ffnmO6UEMZvEla7Xm/R6c/wDVIVHaP6byqK/fIz/JjEEcnJQVTqfYjJ h8anBRsCAA7KOJugQv1NylGplCxqBMvjahi1V3CWU/KlAVnfo19Ylk290p5k/Xj4MofC aeZREP7Xc5uUu20WRi0kW4UW5CyIKCR4uJ6SQLR2ciAHc2tJA1Kz6mOodXcO81UiRv0G 93ehcZ7DuV2KMiSjstAF4SPm6Kh9U/aH+ClDwKjrEfzvzXhv5/puVlFp0Qe8wfcKEtaX 7sLA==
- In-reply-to: <CAKc7PVChiGE4=GnGS8bRT7Ek3Fcu_zw0vZChTb0fSbDCi2LWrA@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVChiGE4=GnGS8bRT7Ek3Fcu_zw0vZChTb0fSbDCi2LWrA@mail.gmail.com>
Attached the correct screenshot file
Best regards,
Sebastian Gniazdowski
On 18 September 2016 at 19:19, Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
> Hello,
> I've adapted Exuberant Ctags to:
> - allow "-" in function names,
> - recognize variables defined with typeset, local, float, etc., with
> options used
> - recognize variable declarations that are multiple in one line and
> with initialization
>
> Source:
>
> https://github.com/psprint/zcommodore/tree/master/myctags
>
> The commits that I refer to:
>
> https://github.com/psprint/zcommodore/commits?author=psprint&since=2016-09-01T00:00:00+02:00&until=2016-09-18T19:12:08+02:00
>
>
> TODO is to add Vim and Emacs mode-line recognition, so that files
> without extensions are nicely parsed. Currently one has to use
> "--langmap=sh:.,sh:+.sh" option for that. Ex. Ctags already has
> something similar – it looks at #! shebang to determine language, so
> this should be easy.
>
> Attached is screenshot of an example generated tags file.
>
> Best regards,
> Sebastian Gniazdowski
Attachment:
tags2.png
Description: PNG image
Messages sorted by:
Reverse Date,
Date,
Thread,
Author