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