6 lines
241 B
Scheme
6 lines
241 B
Scheme
(module info setup/infotab
|
|
(define name "Macro Debugger - Syntax Browser")
|
|
(define blurb '("The syntax-browser displays lexical context and hygiene information "
|
|
"on syntax objects using colors and highlighting."))
|
|
)
|