Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Plans for zle_highlighting?
- X-seq: zsh-workers 26154
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Zsh Workers" <zsh-workers@xxxxxxxxxx>
- Subject: Plans for zle_highlighting?
- Date: Wed, 17 Dec 2008 23:53:06 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=L7Pfpg99md7sHMymiMrq4R8qZlzf0tLmol8Thrx5faY=; b=Is36ZJ/+jvgRc07OpTUtYGljyT0Uy7sM0nPPMe5jG9qheI7c2/Lkjb+lrOe3RLQ7DQ 7H4MLluCfcda15Q8W0TPZDdZLjYGccYhAm0l20k17Qv406jMCjfSa2QI+iRR/tiBqZ27 IIu4KTwLXockpzmHbyLntIPCJTcRnceQKgVB4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=gU90QxIEtHw0yPSpqb1Q4T76q3Thd/KbtyzhYhMTbxuDL4JrvXLIXlVUW2QgaN/71A B/NZCHxECIST3Y2r0BvpzLQbMFlr31Sf81VXMfHLq7pYDzEQDzb4yGQ+cU8f/WOSUBSi yZPuBZBkyMu2rlZ9oPTK50905huoz8fwpkvRc=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi all,
what are the plans for zle_highlighting? Will it be extended into
supporting fully-fledged syntax highlighting[1]? Having the same colours
in Vim and ZSH would be awesome :)
Also, I think it would help to spur completion code development if there
was a highlighting context that matches everything the completion system
expects/does not expect to be there. Sprinkle some spelling correction
on top (think ls -colour or mplayer -force-idx; both very 'easy' typos
to make) and you have yet another feature at which ZSH excels.
Richard
PS: Yes, I remember the thread about accessing what the completion
system thinks should be put at the current position of the cursor. That
would very likely need to be addressed first.
[1] http://fishshell.org/screenshots.html
Messages sorted by:
Reverse Date,
Date,
Thread,
Author