@@ -15,34 +15,36 @@ You can see all installed snippets in `Tools > Snippets...`, in the sublime text
1515
1616## Snippets and prefixes/keys
1717
18- - [ HTML - h* ] ( snippets/html/ )
18+ - [ HTML - h. * ] ( snippets/html/ )
1919 - [ Microdata - hm.* ] ( snippets/html/schema/microdata )
2020 - [ WAI-ARIA - hw.* ] ( snippets/html/wai-aria )
21- - [ CSS - c* ] ( snippets/css/ )
22- - [ JavaScript - j* ] ( snippets/js/vanilla )
23- - Libraries
24- - [ jQuery - jq* ] ( snippets/js/libraries/jquery )
25- - Patterns
26- - [ Design Patterns] ( snippets/js/patterns/design-patterns )
27- - Tests
21+ - [ CSS - c. * ] ( snippets/css/ )
22+ - [ JavaScript - j. * ] ( snippets/js/vanilla )
23+ - [ Libraries] ( snippets/js/libraries )
24+ - [ jQuery - jq. * ] ( snippets/js/libraries/jquery )
25+ - [ Patterns] ( snippets/js/patterns )
26+ - [ Design Patterns - jdp. * ] ( snippets/js/patterns/design-patterns )
27+ - [ Tests] ( snippets/js/tests )
2828 - [ Common - t.* ] ( snippets/js/tests/common )
2929 - [ Chai - tc.* ] ( snippets/js/tests/chai )
3030 - [ Jasmine - tj.* ] ( snippets/js/tests/jasmine )
3131 - [ Mocha - tm.* ] ( snippets/js/tests/mocha )
3232 - [ Node - tn.* ] ( snippets/js/tests/node )
3333 - [ QUnit - tq.* ] ( snippets/js/tests/qunit )
3434 - [ Sinon - ts.* ] ( snippets/js/tests/sinon )
35- - Schema.org
36- - [ Microdata] ( snippets/schema/microdata )
37- - [ External - e* ] ( snippets/external/ )
35+ - [ Schema.org] ( snippets/schema )
36+ - [ JSON-LD - sj.* ] ( snippets/schema/json-ld )
37+ - [ Microdata - sm.* ] ( snippets/schema/microdata )
38+ - [ RDFa - sr.* ] ( snippets/schema/rdfa )
39+ - [ External - e.* ] ( snippets/external/ )
3840- [ Comment] ( snippets/comment/ )
3941 - [ HTML - hc.* ] ( snippets/comment/html )
4042 - [ CSS - cc.* ] ( snippets/comment/css )
4143 - [ JavaScript - jc.* ] ( snippets/comment/js )
4244- [ Structure data] ( snippets/structured-data ) (*** examples*** )
43- - [ Microdata - zmicrodata ] ( snippets/structured-data/microdata )
44- - [ JSON-LD - zjsonld ] ( snippets/structured-data/json-ld )
45- - [ RDFa - zrdfa ] ( snippets/structured-data/rdfa )
45+ - [ Microdata - z.microdata ] ( snippets/structured-data/microdata )
46+ - [ JSON-LD - z.jsonld ] ( snippets/structured-data/json-ld )
47+ - [ RDFa - z.rdfa ] ( snippets/structured-data/rdfa )
4648
4749## References
4850
0 commit comments