From cc8f5f86208e862d95f9ebc256787bea22404845 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 25 Oct 2011 10:38:50 +0900 Subject: update. --- README.mkd | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 `` 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: ------- -- cgit v1.2.3-54-g00ecf