From a07acba0881ee376f94bd6f0a731d44e7e2a3419 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 30 Dec 2009 07:13:23 +0000 Subject: Don't cache the CaseIgnoringWordLists. --- lib/coderay/scanners/php.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/scanners/php.rb') diff --git a/lib/coderay/scanners/php.rb b/lib/coderay/scanners/php.rb index af9e16f..41f217d 100644 --- a/lib/coderay/scanners/php.rb +++ b/lib/coderay/scanners/php.rb @@ -176,7 +176,7 @@ module Scanners $argc $argv ] - IDENT_KIND = CaseIgnoringWordList.new(:ident, true). + IDENT_KIND = CaseIgnoringWordList.new(:ident). add(KEYWORDS, :reserved). add(TYPES, :pre_type). add(LANGUAGE_CONSTRUCTS, :reserved). -- cgit v1.2.1