Changeset 16552 for util

Show
Ignore:
Timestamp:
05/28/07 22:47:15 (18 months ago)
Author:
renormalist
Message:

- cperl-mode: $.y no longer misinterpreted as start of y///

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/cperl-mode.el

    r16551 r16552  
    53095309                ;; 1+6+2+1+1+6+1+1+1+1=21 extra () before this: ; perl6 
    53105310                "\\|" 
    5311                 "\\<\\(\\(rx\\|[msy]\\|tr\\)\\s *\\(:\\([igcpw]\\|ignorecase\\|global\\|continue\\|pos\\|once\\|words\\|bytes\\|codes\\|graphs\\|langs\\|\\|[0-9]+\\(st\\|nd\\|rd\\|th\\|x\\)\\|ov\\|overlap\\|ex\\|exhaustive\\|rw\\|P5\\|perl5\\|Perl5\\(<[a-zA-Z]+>\\)?\\|nth\\(([0-9]+)\\)?\\|x\\(([0-9]+)\\)?\\)\\s *\\)*\\)\\>:?")            ; perl6: rx 
     5311                "\\<\\(\\(rx\\|[ms]\\|tr\\)\\s *\\(:\\([igcpw]\\|ignorecase\\|global\\|continue\\|pos\\|once\\|words\\|bytes\\|codes\\|graphs\\|langs\\|\\|[0-9]+\\(st\\|nd\\|rd\\|th\\|x\\)\\|ov\\|overlap\\|ex\\|exhaustive\\|rw\\|P5\\|perl5\\|Perl5\\(<[a-zA-Z]+>\\)?\\|nth\\(([0-9]+)\\)?\\|x\\(([0-9]+)\\)?\\)\\s *\\)*\\)\\>:?")            ; perl6: rx 
    53125312                ;; 1+6+2+1+1+6+1+1+1+1+7=28 extra () before this: ; perl6 
    53135313             ""))))