class Rouge::Lexers::Cython
def self.c_keywords
def self.c_keywords @ckeywords ||= %w( public readonly extern api inline enum union ) end
def self.keywords
def self.keywords @keywords ||= super + %w( by except? fused gil nogil ) end
def initialize(opts = {})
def initialize(opts = {}) super opts @indentation = nil end