aboutsummaryrefslogtreecommitdiff
path: root/README.mkd
diff options
context:
space:
mode:
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.mkd b/README.mkd
index 7ed068d..9364d0c 100644
--- a/README.mkd
+++ b/README.mkd
@@ -33,7 +33,21 @@ use utf8;
|
```
-And cursor is in `|`. If you open C++ file, you can select `main` for C.
+And cursor is in `|`. If you open `lib/Foo.pm`, and type `<enter>` in `package`. You get following.
+
+```perl
+package Foo;
+use strict;
+use warnings
+use utf8;
+
+|
+
+1
+```
+
+
+If you open C++ file, you can select `main` for C.
Author:
-------