diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-05 23:59:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-05 23:59:56 +0000 |
commit | 419179e1e5abfb701e3f712c16931717c8a4d5b6 (patch) | |
tree | 084c870c90c437d54fe17ed54bf11f6ee38ecf61 /Master/texmf-dist/doc/context | |
parent | 91f1c628adc2baced568accedfe8cfc08239ae22 (diff) |
context-vim (5dec11)
git-svn-id: svn://tug.org/texlive/trunk@24773 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context')
-rw-r--r-- | Master/texmf-dist/doc/context/third/vim/vim.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/context/third/vim/vim.txt b/Master/texmf-dist/doc/context/third/vim/vim.txt index a7fc9128f10..b758e998473 100644 --- a/Master/texmf-dist/doc/context/third/vim/vim.txt +++ b/Master/texmf-dist/doc/context/third/vim/vim.txt @@ -4,9 +4,9 @@ The vim module This module highlights code snippets using vim as a syntax highlighter. Such a task may appear pointless at first glance. After all, ConTeXt provides excellent syntax highlighting features for TeX, Metapost, XML, -and a few other langauges. And in MkIV, you can specify the grammer to parse a +and a few other languages. And in MkIV, you can specify the grammar to parse a language, and get syntax highlighting for a new language. But writing such -grammers is difficult. More importantly, why reinvent the wheel? Most +grammars is difficult. More importantly, why reinvent the wheel? Most editors, and many other syntax highlighting programs, already syntax highlight many programming languages. Why not just leverage these external programs to generate syntax highlighting? This module does exactly that. @@ -200,7 +200,7 @@ The default color scheme is `pscolor`. Line numbering --------------- -To eanble line numbering for a particular snippet, use: +To enable line numbering for a particular snippet, use: \start<vimtyping>[numbering=yes] ... |