aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-10-27 19:05:56 +0900
committermattn <mattn.jp@gmail.com>2011-10-27 19:05:56 +0900
commit783f7e7203b4382b9bf868a1c5ce5998da6b0302 (patch)
tree9142fe979113366f01dc86446c04ea4fe807553d /template
parent1948893b3d69107ddc3c5f1c9d83a7fa4f3d0bcc (diff)
downloadvim-sonictemplate-783f7e7203b4382b9bf868a1c5ce5998da6b0302.tar.gz
vim-sonictemplate-783f7e7203b4382b9bf868a1c5ce5998da6b0302.tar.bz2
vim-sonictemplate-783f7e7203b4382b9bf868a1c5ce5998da6b0302.zip
add pit.ruby
Diffstat (limited to 'template')
-rw-r--r--template/pit.ruby7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/pit.ruby b/template/pit.ruby
new file mode 100644
index 0000000..d8682d5
--- /dev/null
+++ b/template/pit.ruby
@@ -0,0 +1,7 @@
+require "pit"
+
+config = Pit.get("{{_input_:domain}}", :require => {
+ "username" => "username of {{_input_:domain}}",
+ "password" => "password of {{_input_:domain}}",
+})
+{{_cursor_}}