diff options
author | mattn <mattn.jp@gmail.com> | 2014-06-19 14:57:16 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2014-06-19 14:57:16 +0900 |
commit | e253ae8a6075772da96081ab8b6c360ea77e6288 (patch) | |
tree | 75970148b3091de88a5e2e7042a2195e0f183daa /template/d | |
parent | 0c30a056b0a79862c72067fa47267f6b93872c4c (diff) | |
download | vim-sonictemplate-e253ae8a6075772da96081ab8b6c360ea77e6288.tar.gz vim-sonictemplate-e253ae8a6075772da96081ab8b6c360ea77e6288.tar.bz2 vim-sonictemplate-e253ae8a6075772da96081ab8b6c360ea77e6288.zip |
Add base-main.d
Diffstat (limited to 'template/d')
-rw-r--r-- | template/d/base-main.d | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/d/base-main.d b/template/d/base-main.d new file mode 100644 index 0000000..fcb5455 --- /dev/null +++ b/template/d/base-main.d @@ -0,0 +1,5 @@ +import std.stdio; + +void main() { + {{_cursor_}} +} |