added a vim option to handle syntax of ikarusdoc
This commit is contained in:
parent
8d64a3d4b3
commit
ee774b2262
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue