added a vim option to handle syntax of ikarusdoc
This commit is contained in:
parent
8d64a3d4b3
commit
ee774b2262
|
@ -41,8 +41,7 @@
|
||||||
#|Usage:
|
#|Usage:
|
||||||
find.ss token files ...
|
find.ss token files ...
|
||||||
Prints all the comments matching Hash-Bar-token that are found
|
Prints all the comments matching Hash-Bar-token that are found
|
||||||
in the files.
|
in the files. |#
|
||||||
|#
|
|
||||||
(define usage
|
(define usage
|
||||||
(lambda (me?)
|
(lambda (me?)
|
||||||
(printf "Usage: ~a token files ...\n" (or me? "find"))
|
(printf "Usage: ~a token files ...\n" (or me? "find"))
|
||||||
|
@ -68,3 +67,5 @@
|
||||||
(lambda (file)
|
(lambda (file)
|
||||||
(print-comments file (get-matching tok file)))
|
(print-comments file (get-matching tok file)))
|
||||||
files))))
|
files))))
|
||||||
|
|
||||||
|
;;; vim:syntax=scheme
|
||||||
|
|
Loading…
Reference in New Issue