Changeset 10834 for lib

Show
Ignore:
Timestamp:
06/22/06 23:27:42 (3 years ago)
Author:
renormalist
Message:

cperl-mode.el:
* sync'd with ilyaz' cperl-mode 5.19
* more Twigils
* no longer recognize qr for regex quoting in Perl6-mode
* lots of keywords and highlighting regardless of Perl5- or Perl6-mode
* more keywords:

  • rx, loop, take, taken, state, any, all, one, none,
  • completed list of immutable and mutable types (from S06) (maybe a list of english words that are not Perl6 keywords would be easier to maintain ... :-)

* corrected indenting after class blocks without ";"
* more simple "looks-like-perl6-code" heuristics

lib/Pugs/Doc/Hack.pod:
* cperl6-mode --> cperl-mode

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/Pugs/Doc/Hack.pod

    r9375 r10834  
    285285 
    286286There is a F<util/perl6.vim> Vim syntax file.  There is an 
    287 F<util/cperl6-mode.el> Emacs mode. If you don't use it, then perl-mode 
    288 works better than cperl-mode. 
     287enhanced F<util/cperl-mode.el> Emacs mode. If you don't use it, 
     288then original perl-mode works better than original cperl-mode. 
    289289 
    290290Where applicable, conventions documented in Damian Conway's "Perl Best 
     
    304304    indent-tabs-mode: nil 
    305305 
    306 If you use Emacs with cperl6-mode, you can set these code conventions 
    307 in your config file with: 
    308  
    309      (add-hook 'cperl6-mode-hook 
    310                '(lambda () (cperl6-set-style "Pugs"))) 
     306If you use Emacs with the enhanced F<util/cperl-mode.el>, 
     307you can set these code conventions in your config file with: 
     308 
     309     (add-hook 'cperl-mode-hook 
     310               '(lambda () (cperl-set-style "Pugs"))) 
    311311 
    312312If you use BBEdit, you can configure it to auto-expand tabs like this: