jbt / docker

Documentation generator
http://jbt.github.com/docker
MIT License
233 stars 56 forks source link

Added styl, jade, groovy and gsp support #29

Closed mikkel closed 11 years ago

mikkel commented 11 years ago

I love the docker project and used it to generate some docks on our projects. We use groovy, gsps, jade, and stylus so I modified docker to work with them.

Jade definitely has some issues, and I had to introduce a pygment: element because pygments does not know what .styl files are (its similar to sass in formatting).

Cool project! -Mikkel

jbt commented 11 years ago

Looks good! I'll try and combine this with a couple of little changes I have planned to make sure that it doesn't get confused by languages that only have multiline comments, like gsp