aboutsummaryrefslogtreecommitdiff
path: root/template/jsx
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2012-10-11 14:48:31 +0900
committermattn <mattn.jp@gmail.com>2012-10-11 14:48:42 +0900
commit46c231c26ae9c00887ed4fd852096bc86bdebf70 (patch)
treefd769ceb14a22c30df1b00a1d3492d3302fc4586 /template/jsx
parent19e49aacabd058fbb2d7f14cfae283a7ae150096 (diff)
downloadvim-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.jsx3
-rw-r--r--template/jsx/snip-class.jsx3
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_}}
+}