@@ -11,24 +11,24 @@ You can manually download the package and place it within your `Packages` direct
1111
1212You can see all installed snippets in ` Tools > Snippets... ` , in the sublime text.
1313
14- ## Snippets and prefixes
14+ ## Snippets and prefixes/keys
1515
1616- [ HTML - h* ] ( snippets/html/ )
17- - [ Schema - hs * ] ( snippets/html/schema/ )
17+ - [ Microdata - hm * ] ( snippets/html/schema/microdata )
1818- [ CSS - c* ] ( snippets/css/ )
1919- [ JavaScript - j* ] ( snippets/js/ )
2020 - [ BDD - b* ] ( snippets/js/bdd )
2121 - [ jQuery - jq* ] ( snippets/js/jquery )
2222- [ Schema.org - s* ] ( snippets/schema/ )
2323- [ External - e* ] ( snippets/external/ )
2424- [ Comment] ( snippets/comment/ )
25- - [ HTML - xc * ] ( snippets/comment/html )
25+ - [ HTML - xh * ] ( snippets/comment/html )
2626 - [ CSS - xc* ] ( snippets/comment/css )
27- - [ JavaScript - xc * ] ( snippets/comment/js )
27+ - [ JavaScript - xj * ] ( snippets/comment/js )
2828- [ Structure data] ( snippets/structured-data ) (*** examples*** )
29- - [ Schema ] ( snippets/structured-data/schema )
30- - [ JSON-LD] ( snippets/structured-data/json-ld )
31- - [ RDFa] ( snippets/structured-data/rdfa )
29+ - [ Microdata - zmicrodata ] ( snippets/structured-data/microdata )
30+ - [ JSON-LD - zjsonld ] ( snippets/structured-data/json-ld )
31+ - [ RDFa - zrdfa ] ( snippets/structured-data/rdfa )
3232
3333## References
3434
@@ -41,6 +41,9 @@ You can see all installed snippets in `Tools > Snippets...`, in the sublime text
4141* [ @joshnh ] ( https://github.com/joshnh ) (Joshua Hibbert)
4242 [ https://github.com/joshnh/HTML-Snippets ] ( https://github.com/joshnh/HTML-Snippets )
4343
44+ * [ http://schema.org/ ] ( http://schema.org/ )
45+ * [ https://api.jquery.com/ ] ( https://api.jquery.com/ )
46+
4447## Contributing
4548
4649- Fork it!
0 commit comments