diff options
author | murphy <murphy@rubychan.de> | 2009-01-13 15:49:04 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-01-13 15:49:04 +0000 |
commit | db6274c90dc88a2a2ca22a78779a705ecb074465 (patch) | |
tree | 04b983cd7ca0dc3fb2097f951c3f79761f6a1b3d /test/scanners/ruby/example.expected.raydebug | |
parent | 301adecdbdc5a0b3921c68c19491747b517edc03 (diff) | |
download | coderay-db6274c90dc88a2a2ca22a78779a705ecb074465.tar.gz |
Ruby Scanner: Shebang comments are highlighted as :doctype.
Diffstat (limited to 'test/scanners/ruby/example.expected.raydebug')
-rw-r--r-- | test/scanners/ruby/example.expected.raydebug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scanners/ruby/example.expected.raydebug b/test/scanners/ruby/example.expected.raydebug index 9e17af6..ed828cd 100644 --- a/test/scanners/ruby/example.expected.raydebug +++ b/test/scanners/ruby/example.expected.raydebug @@ -2636,7 +2636,7 @@ reserved(end) comment(# vim:foldmethod=syntax) -comment(#!/usr/bin/env ruby) +doctype(#!/usr/bin/env ruby) ident(require) string<delimiter(')content(fox12)delimiter(')> @@ -2885,7 +2885,7 @@ reserved(if) pre_constant(__FILE__) operator(==) global_variable($0) reserved(end) reserved(end) -comment(#!/usr/bin/env ruby) +doctype(#!/usr/bin/env ruby) ident(require) string<delimiter(')content(fox)delimiter(')> reserved(begin) |