Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add vim modeline to template for new types
  • Loading branch information
moritz committed Oct 21, 2015
1 parent acb5ba7 commit f471356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/new-type.p6
Expand Up @@ -35,6 +35,8 @@ sub MAIN($typename, :$kind='class') {
method description here
=end pod
# vim: expandtab shiftwidth=4 ft=perl6
TEMPLATE

say "'$path' written";
Expand Down

0 comments on commit f471356

Please sign in to comment.