From: Patrick McCarty Date: Fri, 13 Nov 2009 05:57:39 +0000 (-0800) Subject: Docs: CG: Use @verbatim environment for Vim code. X-Git-Tag: release/2.13.8-1~46 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7c928555b8c35cff3d8789ff91dd06d69b492cd2;p=lilypond.git Docs: CG: Use @verbatim environment for Vim code. --- diff --git a/Documentation/contributor/programming-work.itexi b/Documentation/contributor/programming-work.itexi index e1dae5a43f..6c0e3eceff 100644 --- a/Documentation/contributor/programming-work.itexi +++ b/Documentation/contributor/programming-work.itexi @@ -371,8 +371,9 @@ and pressing =. A scheme.vim file will help improve the indentation. This one was suggested by Patrick McCarty. It should be saved in -~/.vim/after/syntax/scheme.vim +~/.vim/after/syntax/scheme.vim. +@verbatim " Additional Guile-specific 'forms' syn keyword schemeSyntax define-public define* define-safe-public syn keyword schemeSyntax use-modules define-module @@ -395,6 +396,7 @@ set lw-=set! " Try to highlight all ly: procedures syn match schemeFunc "ly:[^) ]\+" +@end verbatim @subsection Classes and Types