summaryrefslogtreecommitdiff
path: root/Etc/zsh-development-guide
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-07-11 09:18:20 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-07-13 23:22:19 +0000
commitca2ab5e446bcf40e18de4390ee1b47c8295b5728 (patch)
tree660a723a9ae314d877ad32c5970d6c257a3ad1a8 /Etc/zsh-development-guide
parent35ffe36318955d03fca3df0d34a0997970cfc6a3 (diff)
downloadzsh-ca2ab5e446bcf40e18de4390ee1b47c8295b5728.tar.gz
zsh-ca2ab5e446bcf40e18de4390ee1b47c8295b5728.zip
35775: New zsh-specific yodl vim syntax highlighting.
To try this, see the instructions at the top of Util/zyodl.vim (in the comment). * Util/zyodl.vim: New syntax highlighting file. * Doc/Zsh/.vimrc: New file, hooks up zyodl.vim for automatic loading. * Etc/zsh-development-guide: Namedrop zyodl.vim for discoverability.
Diffstat (limited to 'Etc/zsh-development-guide')
-rw-r--r--Etc/zsh-development-guide3
1 files changed, 3 insertions, 0 deletions
diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide
index d92b72456..4d6cefd1e 100644
--- a/Etc/zsh-development-guide
+++ b/Etc/zsh-development-guide
@@ -920,6 +920,9 @@ Documentation
surrounding text. No extra newlines after the opening or before the
closing parenthesis are required.
+A syntax highlighting file for Vim is included, just source tt(Doc/Zsh/.vimrc)
+before editing one of the Doc/Zsh/*.yo files.
+
Module names
------------