From cacdcb697430099bb1459ca9556c6871ac690ef4 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Mon, 4 Jul 2016 18:03:12 +0900 Subject: add postfix template for html --- template/html/pattern.stpl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 template/html/pattern.stpl diff --git a/template/html/pattern.stpl b/template/html/pattern.stpl new file mode 100644 index 0000000..61a1c78 --- /dev/null +++ b/template/html/pattern.stpl @@ -0,0 +1,11 @@ +^\s*\zs\(\S.*\)\.div$ +
+ {{$1}} +
+ +^\s*\zs\(\S.*\)\.p$ +

{{$1}}

+ +^\s*\zs\(\S.*\)\.h\([1-6]\)$ + {{$1}}{{_cursor_}} + -- cgit v1.2.3-54-g00ecf