File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ You can see all installed snippets in `Tools > Snippets...`, in the sublime text
43
43
* (jQuery) [ https://api.jquery.com/ ] ( https://api.jquery.com/ )
44
44
* (jQuery Boilerplate)[ https://jqueryboilerplate.com/ ] ( https://jqueryboilerplate.com/ )
45
45
* (JSDuck) [ https://github.com/senchalabs/jsduck ] ( https://github.com/senchalabs/jsduck )
46
+ * (idiomatic CSS) [ https://github.com/necolas/idiomatic-css ] ( https://github.com/necolas/idiomatic-css )
46
47
47
48
## Contributing
48
49
Original file line number Diff line number Diff line change 1
1
# Comment Snippets
2
2
3
3
- [ HTML] ( html/ )
4
+ - Basic
5
+ - Block
6
+ - Conditional
4
7
- End Tag
5
8
- [ CSS] ( css/ )
6
9
- Basic
Original file line number Diff line number Diff line change 2
2
3
3
Prefix ` xh* `
4
4
5
+ ### [ xhbasic] basic
6
+
7
+ ``` html
8
+ <!-- ${1:div} -->
9
+ ```
10
+
11
+ ### [ xhblock] block
12
+
13
+ ``` html
14
+ <!-- ${1:title}
15
+ ${2:description}
16
+ -->
17
+ ```
18
+
19
+ ### [ xhcond] conditional
20
+
21
+ ``` html
22
+ <!-- [if ${1:IE} ${2:8}]>
23
+ ${3}
24
+ <![endif]-->
25
+ ```
26
+
5
27
### [ xhend] end tag
6
28
7
29
``` html
You can’t perform that action at this time.
0 commit comments