notslang / jade-book

http://www.packtpub.com/create-dynamic-web-pages-using-jade/book
Do What The F*ck You Want To Public License
28 stars 4 forks source link

fix the jade syntax highlighting #12

Open notslang opened 10 years ago

jescalan commented 10 years ago

I'm pretty interested in writing a jade and stylus highlighter for hljs (which I see you're using here) as well - this is on my to-do list so I'll let you know if I start working on one!

ForbesLindesay commented 10 years ago

I've written a pretty robust syntax highlighter for jade that's available at https://github.com/ForbesLindesay/jade-brackets It's based of code-mirror though, rather than hljs

jescalan commented 10 years ago

Ah nice, thanks @ForbesLindesay - I'm sure the source here will help a lot when getting started with the hljs version :palm_tree: