module Pygments::Ext::BlockStyles

Constants

BlockSelectorRx
HexColorRx
HighlightBackgroundColorRx

Public Class Methods

for(style) click to toggle source
# File lib/asciidoctor/pdf/ext/pygments.rb, line 30
def self.for style
  @cache[style]
end