Skip to content

Commit 529b0fe

Browse files
committed
modified settings
1 parent dc38a7d commit 529b0fe

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Custominsert.sublime-settings

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"author": "yanni4night",/*default author*/
4-
"version": "0.0.1"/*default version*/
4+
"version": "0.1.0"/*default version*/
55
},
66
"content": "default content",
77
"default_encoding":"UTF-8",
@@ -15,17 +15,17 @@
1515
"position": "cursor"
1616
},
1717
"copyright": {
18-
"content": "/**\n * {%filename%}\n *\n * changelog\n * {%datetime%}:created\n *\n * @info {%user%},{%platform%}-{%arch%},{%encoding%},{%ip%},{%ext%},{%dirname%}\n * @author {{author}}\n * @version {{version}}\n * @since {{version}}\n */\n",
18+
"content": "/**\n * Copyright (C) 2014 yanni4night.com\n * {%filename%}\n *\n * changelog\n * {%datetime%}:authorized\n *\n * @author {{author}}\n * @version {{version}}\n * @since {{version}}\n */\n",
1919
"position": "start",
2020
"data":{
2121
"author":"[email protected]"
2222
}
2323
},
2424
"html":{
25-
"content":"<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"{{charset}}\"/>\n<title>{{title}}</title>\n<script type=\"application/javascript\"></script>\n<style type=\"text/css\"></style>\n</head>\n<body></body>\n</html>\n",
25+
"content":"<!DOCTYPE html>\n<html>\n <head>\n <meta charset=\"{{charset}}\"/>\n <title>{{title}}</title>\n <style type=\"text/css\"></style>\n </head>\n <body>\n</body>\n<script type=\"text/javascript\"></script>\n</html>\n",
2626
"position":"start",
2727
"data":{
28-
"title":"Auto Insert",
28+
"title":"Demo",
2929
"charset":"utf-8"
3030
}
3131
},

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ pre-defined vars
6868

6969
changelog
7070
===========
71+
- 2014-06-21:modified settings
7172
- 2013-12-30:default_encoding supported
7273
- 2013-11-19:menus supported.
7374
- 2013-11-15:{{}} syntax supported;position custom define supported;multiple actions&position insert supported,more pre-defined supported.

0 commit comments

Comments
 (0)