From ee774b226204c2e58732d5e606cfdfea7be9a60a Mon Sep 17 00:00:00 2001 From: Abdulaziz Ghuloum Date: Sat, 2 Dec 2006 12:23:10 -0500 Subject: [PATCH] added a vim option to handle syntax of ikarusdoc --- lab/ikarusdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lab/ikarusdoc b/lab/ikarusdoc index cb369ec..9803c52 100755 --- a/lab/ikarusdoc +++ b/lab/ikarusdoc @@ -41,8 +41,7 @@ #|Usage: find.ss token files ... Prints all the comments matching Hash-Bar-token that are found - in the files. -|# + in the files. |# (define usage (lambda (me?) (printf "Usage: ~a token files ...\n" (or me? "find")) @@ -68,3 +67,5 @@ (lambda (file) (print-comments file (get-matching tok file))) files)))) + +;;; vim:syntax=scheme