summaryrefslogtreecommitdiff
path: root/docs/modules/syntax-highlighting/examples/always-number-lines.rb
blob: cec06aeb8bdf25dd6696d9250711a15b656fb24d (plain) (blame)
1
2
3
4
def highlight node, source, lang, opts
  opts[:number_lines] = true
  super
end