]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: CG: Use @verbatim environment for Vim code.
authorPatrick McCarty <pnorcks@gmail.com>
Fri, 13 Nov 2009 05:57:39 +0000 (21:57 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 13 Nov 2009 05:57:39 +0000 (21:57 -0800)
Documentation/contributor/programming-work.itexi

index e1dae5a43fbbed815edf415665f199fcc6b727fb..6c0e3eceff9ac054ac14d8c0980777407afbc5ea 100644 (file)
@@ -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