From d8c9161dc174e364fc4a3e8e9df1d45262c5cc4a Mon Sep 17 00:00:00 2001 From: murphy Date: Sun, 17 Apr 2011 14:03:02 +0000 Subject: renamed pre_* token kinds to predefined_* --- lib/coderay/helpers/word_list.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/coderay/helpers') diff --git a/lib/coderay/helpers/word_list.rb b/lib/coderay/helpers/word_list.rb index 9b4f456..3af52cf 100644 --- a/lib/coderay/helpers/word_list.rb +++ b/lib/coderay/helpers/word_list.rb @@ -37,8 +37,8 @@ module CodeRay # # make a WordList # IDENT_KIND = WordList.new(:ident). # add(RESERVED_WORDS, :reserved). -# add(PREDEFINED_TYPES, :pre_type). -# add(PREDEFINED_CONSTANTS, :pre_constant) +# add(PREDEFINED_TYPES, :predefined_type). +# add(PREDEFINED_CONSTANTS, :predefined_constant) # # ... # -- cgit v1.2.1