info.ss
(module info (lib "infotab.ss" "setup")
  (define name "syntax-browser")
  (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 "2.0")
  (define doc.txt "doc.txt")
  (define categories '(devtools metaprogramming))
  )