File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
# CSS Comments Snippets
2
2
3
- Prefix ` cc *`
3
+ Prefix ` xc *`
4
4
5
- ### [ ccbasic ] basic
5
+ ### [ xcbasic ] basic
6
6
7
7
``` css
8
8
/* ${1:Basic comment} */
9
9
```
10
10
11
- ### [ ccblock ] block
11
+ ### [ xcblock ] block
12
12
13
13
``` css
14
14
/* *
@@ -17,15 +17,15 @@ Prefix `cc*`
17
17
*/
18
18
```
19
19
20
- ### [ ccsection ] section
20
+ ### [ xcsection ] section
21
21
22
22
``` css
23
23
/* ==========================================================================
24
24
${1:Section}
25
25
========================================================================== */
26
26
```
27
27
28
- ### [ ccsubsection ] sub-section
28
+ ### [ xcsubsection ] sub-section
29
29
30
30
``` css
31
31
/* ${1:Sub-section}
Original file line number Diff line number Diff line change 2
2
<content ><![CDATA[
3
3
/* ${1:Basic comment} */
4
4
]]> </content >
5
- <tabTrigger >ccbasic </tabTrigger >
6
- <description >cc - Basic Comment</description >
5
+ <tabTrigger >xcbasic </tabTrigger >
6
+ <description >xc - Basic Comment</description >
7
7
</snippet >
Original file line number Diff line number Diff line change 5
5
*
6
6
*/
7
7
]]> </content >
8
- <tabTrigger >ccblock </tabTrigger >
9
- <description >cc - Block Comment</description >
8
+ <tabTrigger >xcblock </tabTrigger >
9
+ <description >xc - Block Comment</description >
10
10
</snippet >
Original file line number Diff line number Diff line change 4
4
${1:Section}
5
5
========================================================================== */
6
6
]]> </content >
7
- <tabTrigger >ccsection </tabTrigger >
8
- <description >cc - Section Comment</description >
7
+ <tabTrigger >xcsection </tabTrigger >
8
+ <description >xc - Section Comment</description >
9
9
</snippet >
Original file line number Diff line number Diff line change 3
3
/* ${1:Sub-section}
4
4
========================================================================== */
5
5
]]> </content >
6
- <tabTrigger >ccsubsection </tabTrigger >
7
- <description >cc - Sub-section Comment</description >
6
+ <tabTrigger >xcsubsection </tabTrigger >
7
+ <description >xc - Sub-section Comment</description >
8
8
</snippet >
You can’t perform that action at this time.
0 commit comments