From dee392f22511b9e91dfa3dc089be30a940e027c9 Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 13 Jan 2009 16:00:19 +0000 Subject: New: *Groovy Scanner* (feature #60) * It inherits from Java Scanner, re-using some constants. * Thanks to Stefan Weinmann for helping me with Groovy. * PLEAC code used for testing. * Some issues with remain with strings and regexps. * Rating: 2 / 5 stars, "Basic support" * Added .groovy and .gvy to FileType. * CodeRay now supports a language that pygments doesn't support ;-) --- lib/coderay/helpers/file_type.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/coderay/helpers') diff --git a/lib/coderay/helpers/file_type.rb b/lib/coderay/helpers/file_type.rb index fbc95ec..3c5979a 100644 --- a/lib/coderay/helpers/file_type.rb +++ b/lib/coderay/helpers/file_type.rb @@ -87,6 +87,8 @@ module FileType 'mab' => :ruby, 'cpp' => :c, 'c' => :c, + 'gvy' => :groovy, + 'groovy' => :groovy, 'h' => :c, 'java' => :java, 'js' => :java_script, -- cgit v1.2.1