[SVN] r3535 (Ruby)

Rob Rix rix.rob at gmail.com
Mon Jun 5 07:34:08 UTC 2006


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



More information about the textmate-dev mailing list