# File lib/rouge/lexers/lasso.rb, line 25
      def initialize(*)
        super

        @start_inline = bool_option(:start_inline)
      end