lib/textbringer/mode.rb in textbringer-0.1.3 vs lib/textbringer/mode.rb in textbringer-0.1.4

- old
+ new

@@ -14,9 +14,10 @@ class << self attr_accessor :mode_name attr_accessor :command_name attr_accessor :hook_name attr_accessor :file_name_pattern + attr_accessor :interpreter_name_pattern end def self.define_generic_command(name) command_name = (name.to_s + "_command").intern define_command(command_name) do |*args|