Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Vim yodl syntax highlighting
- X-seq: zsh-workers 35764
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Jason Spiro <jasonspiro4@xxxxxxxxx>
- Subject: Re: Vim yodl syntax highlighting
- Date: Fri, 10 Jul 2015 17:57:25 +0000
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:subject:to :x-sasl-enc:x-sasl-enc; s=mesmtp; bh=JTEFj1tMlTgoBMw+egXNVo08mjw =; b=vfOgkAQtwwPm8YwRu5pMOwY4xGNtJWXoyADsXhgKhozv6vy12tOo9A3BWB6 t5gMSMtUzAsvsJ6JNUkCRbvRH6eqjj5mUEOnwN5HIjzSDp73Mef/nfx45KcwZG3u YfU9Ph7Jzf2i1tyTrRYUu7ADWWTdRzoJm/kSWSMpU03FOKWU=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:subject:to :x-sasl-enc:x-sasl-enc; s=smtpout; bh=JTEFj1tMlTgoBMw+egXNVo08mj w=; b=CCeO6TBF9lAn/AM4HZkwh3aSRGPUNcj90pKDT6hkcRTZ1rGHzIPLsaJ31O R1rRji2tiuBYMyYjGXfwZAWUp0ljNfga0k9porN1ZaGxz8g7QiaY8szE2Wj2bWOx thPemTNy1/RIJhsfBAqh4F4f81lyqPcYdmtmoAreAha4EZTtk=
- In-reply-to: <CAN2X26kUHLmd6nScBf=oHNPFXN7HAq6sD8nYAY0YY+W1E1jKgg@mail.gmail.com> <CAN2X26=75AfLr5KN2b9FK-6-ewg0+AGcMpm8Tv_BtxQgX-CgqA@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Jason Spiro wrote on Mon, Jul 06, 2015 at 14:46:24 -0400:
> On Mon, Jul 6, 2015 at 10:12 AM, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> > I've sketched a Vim syntax file for zsh yodl files. Not perfect yet but
> > better than no highlighting at all.
> >
> > At this time there are two known issues:
> >
> > [...]
> >
> > Should this live in the zsh repository? If it's useful to people it
> > should live alongside the code, but if it's just me, I'll throw it on my
> > personal github account.
>
> Thank you for creating this!
>
Welcome!
> > You can submit your file to: https://code.google.com/p/vim/issues/entry
>
> Oh. I just reread what you wrote, and now I actually understand it.
> These are the _zsh_ flavor of yodl files.
Yes, that's correct. The syntax file only handles the subset of yodl
used by Doc/Zsh/*.yo. It doesn't attempt to handle a "generally useful"
subset of yodl (a quick check says there are many yodl macros that the
zsh manual doesn't use).
Perhaps I should advertise the zyodl.vim's existence to the yodl-users@
list so that someone might pick it up and build a generic yodl.vim on
top of it. The problem with this plan is, there's no such list ☹
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author