added a vim option to handle syntax of ikarusdoc

This commit is contained in:
Abdulaziz Ghuloum 2006-12-02 12:23:10 -05:00
parent 8d64a3d4b3
commit ee774b2262
1 changed files with 3 additions and 2 deletions

View File

@ -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