Should now mark up the following examples as being embedded code (i.e. the code should get Ruby syntax highlighting.) Sorry if I broke anything for anybody! self.class_eval <<-"end_eval" def fish end end_eval self.class_eval <<-'end_eval' def fish end end_eval self.class_eval <<-end_eval def fish end end_eval Changed: U trunk/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist