diff options
author | Norbert Preining <preining@logic.at> | 2008-07-29 15:53:31 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-07-29 15:53:31 +0000 |
commit | d0aa219da72b49e5758632389f6c0f346f061d35 (patch) | |
tree | c2fec8d3d08affc821d272be3a9756e1a47aa8f0 /Master/texmf-dist/doc/context/third | |
parent | 053efa6f13982fba08efedcb6da18883fd312d6f (diff) |
add context-vim
git-svn-id: svn://tug.org/texlive/trunk@9887 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context/third')
-rw-r--r-- | Master/texmf-dist/doc/context/third/vim/README | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/context/third/vim/vim-demo.pdf | bin | 0 -> 112226 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/context/third/vim/vim-doc.pdf | bin | 0 -> 268252 bytes |
3 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/context/third/vim/README b/Master/texmf-dist/doc/context/third/vim/README new file mode 100644 index 00000000000..e98b964acf8 --- /dev/null +++ b/Master/texmf-dist/doc/context/third/vim/README @@ -0,0 +1,15 @@ +Name of module: ViM syntax highlighting +Author: Aditya Mahajan and Mojca Miklavec + +Description: ConTeXt has an excellent pretty printing capabilities for many +languages. The code for pretty printing is written in TeX, and due to catcode +jugglary verbatim typesetting is perhaps the trickiest part of TeX. This makes +it difficult for a "normal" user to define syntax highlighting rules for a new +language. This module, takes the onus of defining syntax highlighting rules +away from the user and uses ViM editor to generate the syntax highlighting. +There is a helper 2context.vim script to do the syntax parsing in ViM. This is +a stop-gap method, and hopefully with luaTeX, things will be much easier. + +The module documentation is available in doc/context/third/vim/vim-doc.pdf and +a demo is at doc/context/third/vim/vim-demo.pdf + diff --git a/Master/texmf-dist/doc/context/third/vim/vim-demo.pdf b/Master/texmf-dist/doc/context/third/vim/vim-demo.pdf Binary files differnew file mode 100644 index 00000000000..27b96ac7eea --- /dev/null +++ b/Master/texmf-dist/doc/context/third/vim/vim-demo.pdf diff --git a/Master/texmf-dist/doc/context/third/vim/vim-doc.pdf b/Master/texmf-dist/doc/context/third/vim/vim-doc.pdf Binary files differnew file mode 100644 index 00000000000..cbdffc70be7 --- /dev/null +++ b/Master/texmf-dist/doc/context/third/vim/vim-doc.pdf |