class Rouge::Lexers::Make

Public Class Methods

new(opts={}) click to toggle source

TODO: Add support for special keywords bsd_special = %w(

include undef error warning if else elif endif for endfor

)

Calls superclass method
# File lib/rouge/lexers/make.rb, line 18
def initialize(opts={})
  super
  @shell = Shell.new(opts)
end