docs.scala-lang
docs.scala-lang copied to clipboard
Syntax highlighting problem for fenced code blocks
As shown here: https://github.com/scala/docs.scala-lang/pull/1469#pullrequestreview-295418228
someone want to look into whether this might be an easy adjustment in whatever Jekyll thing is doing the highlighting?
It is called Rouge, and there is a lexer for Scala here https://github.com/rouge-ruby/rouge/blob/master/lib/rouge/lexers/scala.rb
I believe Rouge was recently updated when Jekyll was updated in #1337.
:notes: Don't fence me in... :notes:
fixed by #2798