Skip to content

Commit add81aa

Browse files
committed
update: changing css comment key
1 parent cfec39d commit add81aa

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

snippets/comment/css/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# CSS Comments Snippets
22

3-
Prefix `cc*`
3+
Prefix `xc*`
44

5-
### [ccbasic] basic
5+
### [xcbasic] basic
66

77
```css
88
/* ${1:Basic comment} */
99
```
1010

11-
### [ccblock] block
11+
### [xcblock] block
1212

1313
```css
1414
/**
@@ -17,15 +17,15 @@ Prefix `cc*`
1717
*/
1818
```
1919

20-
### [ccsection] section
20+
### [xcsection] section
2121

2222
```css
2323
/* ==========================================================================
2424
${1:Section}
2525
========================================================================== */
2626
```
2727

28-
### [ccsubsection] sub-section
28+
### [xcsubsection] sub-section
2929

3030
```css
3131
/* ${1:Sub-section}

snippets/comment/css/css-comment-basic.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<content><![CDATA[
33
/* ${1:Basic comment} */
44
]]></content>
5-
<tabTrigger>ccbasic</tabTrigger>
6-
<description>cc - Basic Comment</description>
5+
<tabTrigger>xcbasic</tabTrigger>
6+
<description>xc - Basic Comment</description>
77
</snippet>

snippets/comment/css/css-comment-block.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
*
66
*/
77
]]></content>
8-
<tabTrigger>ccblock</tabTrigger>
9-
<description>cc - Block Comment</description>
8+
<tabTrigger>xcblock</tabTrigger>
9+
<description>xc - Block Comment</description>
1010
</snippet>

snippets/comment/css/css-comment-section.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
${1:Section}
55
========================================================================== */
66
]]></content>
7-
<tabTrigger>ccsection</tabTrigger>
8-
<description>cc - Section Comment</description>
7+
<tabTrigger>xcsection</tabTrigger>
8+
<description>xc - Section Comment</description>
99
</snippet>

snippets/comment/css/css-comment-sub-section.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
/* ${1:Sub-section}
44
========================================================================== */
55
]]></content>
6-
<tabTrigger>ccsubsection</tabTrigger>
7-
<description>cc - Sub-section Comment</description>
6+
<tabTrigger>xcsubsection</tabTrigger>
7+
<description>xc - Sub-section Comment</description>
88
</snippet>

0 commit comments

Comments
 (0)