- Timestamp:
- 09/08/05 03:37:15 (3 years ago)
- Files:
-
- 1 modified
-
lib/pugs/hack.pod (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lib/pugs/hack.pod
r6829 r6831 279 279 =head2 Editing 280 280 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. 281 There is a F<util/perl6.vim> Vim syntax file. There is an 282 F<util/cperl6-mode.el> Emacs mode. If you don't use it, then perl-mode 283 works better than cperl-mode. 283 284 284 285 Where applicable, conventions documented in Damian Conway's "Perl Best … … 298 299 indent-tabs-mode: nil 299 300 301 If you use Emacs with cperl6-mode, you can set these code conventions 302 in your config file with: 303 304 (add-hook 'cperl6-mode-hook 305 '(lambda () (cperl6-set-style "Pugs"))) 306 300 307 If you use BBEdit, you can configure it to auto-expand tabs like this: 301 308
