Skip to content

Commit 05f31cb

Browse files
committed
Merge pull request #33 from naoyeye/master
add SCSS header template support
2 parents f40dcde + 9b0042f commit 05f31cb

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

FileHeader.sublime-settings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"rst": "RestructuredText",
115115
"rb": "Ruby",
116116
"scala": "Scala",
117+
"scss": "SCSS",
117118
"sh": "ShellScript",
118119
"sql": "SQL",
119120
"tcl": "TCL",

template/header/SCSS.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*
2+
* @Author: {{author}}
3+
* @Date: {{create_time}}
4+
* @Last Modified by: {{last_modified_by}}
5+
* @Last Modified time: {{last_modified_time}}
6+
*/

0 commit comments

Comments
 (0)