- Timestamp:
- 05/28/07 22:47:15 (18 months ago)
- Files:
-
- 1 modified
-
util/cperl-mode.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/cperl-mode.el
r16551 r16552 5309 5309 ;; 1+6+2+1+1+6+1+1+1+1=21 extra () before this: ; perl6 5310 5310 "\\|" 5311 "\\<\\(\\(rx\\|[ms y]\\|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: rx5311 "\\<\\(\\(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 5312 5312 ;; 1+6+2+1+1+6+1+1+1+1+7=28 extra () before this: ; perl6 5313 5313 ""))))
