Add syntax highlighting to Groovy

pull/1400/head
Phil Scherer 4 years ago
parent 30fd37fc54
commit 299f24a049

@ -86,6 +86,10 @@ module Docs
node.name = node.name.sub(/\d/) { |i| i.to_i - 1 }
end
css('pre').each do |node|
node['data-language'] = 'groovy'
end
doc
end
end

Loading…
Cancel
Save