module Pygments::Ext::BlockStyles

Constants

BlockSelectorRx
ColorPropertiesRx
HighlightBackgroundColorRx

Public Class Methods

available?(style) click to toggle source
# File lib/asciidoctor/pdf/ext/pygments.rb, line 27
def self.available? style
  (@available ||= ::Pygments.styles.to_set).include? style
end
for(style) click to toggle source
# File lib/asciidoctor/pdf/ext/pygments.rb, line 31
def self.for style
  @cache[style]
end