diff options
author | Bao Pham <gbaopham@gmail.com> | 2012-04-12 20:53:54 -0700 |
---|---|---|
committer | Bao Pham <gbaopham@gmail.com> | 2012-04-12 20:53:54 -0700 |
commit | 24cd013e28736cc04d08b4416c3c748153b09688 (patch) | |
tree | c6a1b586403b56f3653b20e461d8255d2d2cf512 /template/html | |
parent | 98266fe2cd45b6d353955c9279dc0fab0b8d5098 (diff) | |
download | vim-sonictemplate-24cd013e28736cc04d08b4416c3c748153b09688.tar.gz vim-sonictemplate-24cd013e28736cc04d08b4416c3c748153b09688.tar.bz2 vim-sonictemplate-24cd013e28736cc04d08b4416c3c748153b09688.zip |
Add more templates for html, python, and java
Diffstat (limited to 'template/html')
-rw-r--r-- | template/html/snip-css.html | 1 | ||||
-rw-r--r-- | template/html/snip-js.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/template/html/snip-css.html b/template/html/snip-css.html new file mode 100644 index 0000000..06bd9c1 --- /dev/null +++ b/template/html/snip-css.html @@ -0,0 +1 @@ +<link rel="stylesheet" type="text/css" href="{{_cursor_}}"> diff --git a/template/html/snip-js.html b/template/html/snip-js.html new file mode 100644 index 0000000..f078964 --- /dev/null +++ b/template/html/snip-js.html @@ -0,0 +1 @@ +<script src="{{_cursor_}}" type="text/javascript"></script> |