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
4343* (jQuery) [ https://api.jquery.com/ ] ( https://api.jquery.com/ )
4444* (jQuery Boilerplate)[ https://jqueryboilerplate.com/ ] ( https://jqueryboilerplate.com/ )
4545* (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 )
4647
4748## Contributing
4849
Original file line number Diff line number Diff line change 11# Comment Snippets
22
33- [ HTML] ( html/ )
4+ - Basic
5+ - Block
6+ - Conditional
47 - End Tag
58- [ CSS] ( css/ )
69 - Basic
Original file line number Diff line number Diff line change 22
33Prefix ` xh* `
44
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+
527### [ xhend] end tag
628
729``` html
You can’t perform that action at this time.
0 commit comments