aboutsummaryrefslogtreecommitdiff
path: root/template/jsx
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2012-06-05 18:27:48 +0900
committermattn <mattn.jp@gmail.com>2012-06-05 18:27:48 +0900
commit356eb551a3ec4d1e0419707727c1c48f9ce8cf55 (patch)
tree41805d4a5707b3012b01ebdb50634211f33f5531 /template/jsx
parentbe57a68ca4934b67ec038354a15a2af3b8557a56 (diff)
downloadvim-sonictemplate-356eb551a3ec4d1e0419707727c1c48f9ce8cf55.tar.gz
vim-sonictemplate-356eb551a3ec4d1e0419707727c1c48f9ce8cf55.tar.bz2
vim-sonictemplate-356eb551a3ec4d1e0419707727c1c48f9ce8cf55.zip
add jsx main
Diffstat (limited to 'template/jsx')
-rw-r--r--template/jsx/base-main.jsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/jsx/base-main.jsx b/template/jsx/base-main.jsx
new file mode 100644
index 0000000..068851e
--- /dev/null
+++ b/template/jsx/base-main.jsx
@@ -0,0 +1,5 @@
+class _Main {
+ static function main(args :string[]) : void {
+ //log "";
+ }
+}