greenh / CJD

CJD is a system for documenting Clojure programs through the use of structured comments embedded in Clojure source code.
Other
12 stars 0 forks source link

Strings as keys aren't being dealt with appropriately #35

Open greenh opened 11 years ago

greenh commented 11 years ago

If a string is specified as a key using @opt, it currently is rendered with no coloration and no quotes. This is probably appropriate for, e.g. @popt, but not so much for other choices. Strings used for keys probably ought to appear as such.