Changeset 7844

Show
Ignore:
Timestamp:
11/05/05 12:00:09 (3 years ago)
Author:
renormalist
Message:

- small last fixes for the archive, but it will be completely

replaced in a minute

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/cperl6-mode.el

    r7009 r7844  
    60676067               'identity 
    60686068               '("if" "until" "while" "elsif" "else" "unless" "for" "loop" 
    6069                  "foreach" "continue" "exit" "die" "last" "goto" "given" "when" "default" "has" "next" 
    6070                  "redo" "return" "returns" "of" "is" "local" "exec" 
    6071                  "\\(multi[ \t]+\\)?\\(sub\\)?\\(method\\)?" "do" "dump" "use" 
    6072                  "require" "package" "class" "eval" "try" "my" 
    6073                  "BEGIN" "END" "CHECK" "INIT" "FIRST" "ENTER" "LEAVE" "KEEP" 
    6074                  "UNDO" "NEXT" "LAST" "PRE" "POST" "CATCH" "CONTROL") 
     6069                 "foreach" "continue" "exit" "die" "last" "goto" "next" 
     6070                 "redo" "return" "local" "exec" "do" "dump" "use" 
     6071                 "require" "package" "eval" "my" "BEGIN" "END" "CHECK" "INIT" 
     6072                 "FIRST" "ENTER" "LEAVE" "KEEP" 
     6073                 "UNDO" "NEXT" "LAST" "PRE" "POST" "CATCH" "CONTROL" 
     6074                 "given" "when" "default" "has" "returns" "of" "is" 
     6075                 "\\(multi[ \t]+\\)?\\(sub\\)?\\(method\\)?" 
     6076                 "class" "try"  
     6077                 ) 
    60756078               "\\|")                   ; Flow control 
    60766079              "\\)\\>") 2)              ; was "\\)[ \n\t;():,\|&]"