- Timestamp:
- 05/28/07 20:57:44 (18 months ago)
- Files:
-
- 1 modified
-
util/cperl-mode.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
util/cperl-mode.el
r16535 r16549 6975 6975 (forward-sexp -1) 6976 6976 (looking-at "\\(coro\\|sub\\|method\\|submethod\\)[ \t\n\f#]")))))) ; perl6 6977 (save-excursion ; perl6: return Type {} / is rw {} / is cached {} / ...6977 (save-excursion ; perl6: returns Type {} / is rw {} / is cached {} / ... 6978 6978 (forward-sexp -2) 6979 (looking-at "\\(returns\\|of\\|is\\|does[ \t]\\(rw\\|readonly\\|ref\\|copy\\|context\\|cached\\|signature\\|parsed\\|inline\\|tighter\\|looser\\|equiv\\|export\\|assoc\\ )\\|will[ \t]do\\)\\>")))6979 (looking-at "\\(returns\\|of\\|is\\|does[ \t]\\(rw\\|readonly\\|ref\\|copy\\|context\\|cached\\|signature\\|parsed\\|inline\\|tighter\\|looser\\|equiv\\|export\\|assoc\\|extended\\|deep\\|also\\)\\|will[ \t]do\\)\\>"))) 6980 6980 ;; What preceeds is not word... XXXX Last statement in sub??? 6981 6981 (cperl-after-expr-p lim)) … … 7877 7877 "Real\\|Scalar\\|int8\\|Socket\\|" 7878 7878 "rw\\|readonly\\|ref\\|copy\\|context\\|cached\\|signature\\|parsed\\|inline\\|" 7879 "tighter\\|looser\\|equiv\\|export "7879 "tighter\\|looser\\|equiv\\|export\\|extended\\|deep\\|also" 7880 7880 "\\)\\>") 2 'font-lock-type-face) 7881 7881 ;; In what follows we use `other' style
