Changeset 6831 for lib

Show
Ignore:
Timestamp:
09/08/05 03:37:15 (3 years ago)
Author:
renormalist
Message:

* cperl6-mode.el:

  • more blocks with non-parenthesized conditions
  • highlighting / indenting for new block types and keywords
  • Now only @' and %' make an array or hash, not the bracket or brace after it
  • `Pugs' style added that defines the style from pugs::hack

* pugs::hack:

  • mention cperl6-mode and config for code conventions
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r6829 r6831  
    279279=head2 Editing 
    280280 
    281 There is a F<util/perl6.vim> Vim syntax file.  There is no Emacs mode yet, 
    282 but perl-mode works better than cperl-mode. 
     281There is a F<util/perl6.vim> Vim syntax file.  There is an 
     282F<util/cperl6-mode.el> Emacs mode. If you don't use it, then perl-mode 
     283works better than cperl-mode. 
    283284 
    284285Where applicable, conventions documented in Damian Conway's "Perl Best 
     
    298299    indent-tabs-mode: nil 
    299300 
     301If you use Emacs with cperl6-mode, you can set these code conventions 
     302in your config file with: 
     303 
     304     (add-hook 'cperl6-mode-hook 
     305               '(lambda () (cperl6-set-style "Pugs"))) 
     306 
    300307If you use BBEdit, you can configure it to auto-expand tabs like this: 
    301308