-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnippets..sublime-snippet
More file actions
32 lines (30 loc) · 1017 Bytes
/
snippets..sublime-snippet
File metadata and controls
32 lines (30 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<snippet>
<content><![CDATA[
/********************************************************************************
*
* File Name : $TM_FILENAME
* Author : baoli
* Create Date : 2017.00.00
* Version : 1.0
* Description : xxx
* History : 1. Data:
* Author:
* Modification:
*
********************************************************************************/
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>heade</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.c++,source.c</scope>
<description>file header</description>
</snippet>
<snippet>
<content><![CDATA[
Hello, ${1:this} is a ${2:snippet}.
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<!-- <tabTrigger>hello</tabTrigger> -->
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.c++</scope> -->
</snippet>