Whoops! Also Update Maruku

Support syntax-colouring for
lang=css
This commit is contained in:
Jacques Distler 2009-12-24 12:25:44 -06:00
parent af0f607e75
commit 3ab7327cea

View file

@ -550,6 +550,7 @@ and
lang = self.attributes[:lang] || @doc.attributes[:code_lang]
lang = 'xml' if lang=='html'
lang = 'css21' if lang == 'css'
use_syntax = get_setting :html_use_syntax