From db6274c90dc88a2a2ca22a78779a705ecb074465 Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 13 Jan 2009 15:49:04 +0000 Subject: Ruby Scanner: Shebang comments are highlighted as :doctype. --- test/scanners/ruby/example.expected.raydebug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/scanners/ruby/example.expected.raydebug') 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 @@ -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 reserved(begin) -- cgit v1.2.1