info.ss
(module info (lib "infotab.ss" "setup")
  (define name "syntax-browser")
  (define compile-omit-files '("samples/test0.scm" "samples/test1.scm"))
  (define blurb '("The syntax-browser displays lexical context and hygiene information "
                  "on syntax objects using colors and highlighting."))
  (define primary-file "syntax-browser.ss")
  (define version "1.0")
  (define doc.txt "doc.txt")
  (define categories '(devtools))
  )