We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f40dcde + 9b0042f commit 05f31cbCopy full SHA for 05f31cb
2 files changed
FileHeader.sublime-settings
@@ -114,6 +114,7 @@
114
"rst": "RestructuredText",
115
"rb": "Ruby",
116
"scala": "Scala",
117
+ "scss": "SCSS",
118
"sh": "ShellScript",
119
"sql": "SQL",
120
"tcl": "TCL",
template/header/SCSS.tmpl
@@ -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