From 7c928555b8c35cff3d8789ff91dd06d69b492cd2 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Thu, 12 Nov 2009 21:57:39 -0800 Subject: [PATCH] Docs: CG: Use @verbatim environment for Vim code. --- Documentation/contributor/programming-work.itexi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2