[t-vim] [PATCH] vim-README.md: Correct some typos
Date: Wed, 2 Nov 2011 20:06:35 +0100 Subject: [PATCH] vim-README.md: Correct some typos --- You can use `git am <pathtosavedmboxfile>` to apply the patch. diff --git a/vim-README.md b/vim-README.md index 557cf8f..5853aa2 100644 --- a/vim-README.md +++ b/vim-README.md @@ -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. @@ -188,7 +188,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] ... -- 1.7.7.1
Am Mittwoch, den 02.11.2011, 15:39 -0400 schrieb Aditya Mahajan:
On Wed, 2 Nov 2011, Paul Menzel wrote:
Am Mittwoch, den 02.11.2011, 20:29 +0100 schrieb Paul Menzel:
Date: Wed, 2 Nov 2011 20:06:35 +0100 Subject: [PATCH] vim-README.md: Correct some typos
[…]
Please find the patch also attached.
Thanks. Applied.
Thanks! I have not understood the repository layout yet. For example will the branches be merged to the master branch eventually or are those separate modules? Please find a patch for `vim.txt` attached. Thanks, Paul
participants (2)
-
Aditya Mahajan
-
Paul Menzel