diff options
author | mattn <mattn.jp@gmail.com> | 2012-10-11 14:48:31 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2012-10-11 14:48:42 +0900 |
commit | 46c231c26ae9c00887ed4fd852096bc86bdebf70 (patch) | |
tree | fd769ceb14a22c30df1b00a1d3492d3302fc4586 /template/jsx | |
parent | 19e49aacabd058fbb2d7f14cfae283a7ae150096 (diff) | |
download | vim-sonictemplate-46c231c26ae9c00887ed4fd852096bc86bdebf70.tar.gz vim-sonictemplate-46c231c26ae9c00887ed4fd852096bc86bdebf70.tar.bz2 vim-sonictemplate-46c231c26ae9c00887ed4fd852096bc86bdebf70.zip |
class
Diffstat (limited to 'template/jsx')
-rw-r--r-- | template/jsx/base-class.jsx | 3 | ||||
-rw-r--r-- | template/jsx/snip-class.jsx | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/template/jsx/base-class.jsx b/template/jsx/base-class.jsx new file mode 100644 index 0000000..09a925c --- /dev/null +++ b/template/jsx/base-class.jsx @@ -0,0 +1,3 @@ +class {{_input_:name}} { + {{_cursor_}} +} diff --git a/template/jsx/snip-class.jsx b/template/jsx/snip-class.jsx new file mode 100644 index 0000000..09a925c --- /dev/null +++ b/template/jsx/snip-class.jsx @@ -0,0 +1,3 @@ +class {{_input_:name}} { + {{_cursor_}} +} |