class Rouge::Lexers::CMHG

Public Class Methods

preproc_keyword() click to toggle source
# File lib/rouge/lexers/cmhg.rb, line 11
def self.preproc_keyword
  @preproc_keyword ||= %w(
    define elif else endif error if ifdef ifndef include line pragma undef warning
  )
end