Skip to content

Commit 40c088c

Browse files
committed
add: install message
1 parent 7818751 commit 40c088c

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can see all installed snippets in `Tools > Snippets...`, in the sublime text
1616
- [HTML - h*](snippets/html/)
1717
- [Microdata - hm.*](snippets/html/schema/microdata)
1818
- [CSS - c*](snippets/css/)
19-
- [JavaScript - j*](snippets/js/)
19+
- [JavaScript - j*](snippets/js/vanilla)
2020
- [BDD - b*](snippets/js/bdd)
2121
- [jQuery - jq*](snippets/js/jquery)
2222
- Schema.org
@@ -41,7 +41,6 @@ You can see all installed snippets in `Tools > Snippets...`, in the sublime text
4141
[https://github.com/joshnh/CSS-Snippets](https://github.com/joshnh/CSS-Snippets)
4242
* [@joshnh](https://github.com/joshnh) (Joshua Hibbert)
4343
[https://github.com/joshnh/HTML-Snippets](https://github.com/joshnh/HTML-Snippets)
44-
4544
* [http://schema.org/](http://schema.org/)
4645
* [https://api.jquery.com/](https://api.jquery.com/)
4746

messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"install": "messages/install.txt"
3+
}

messages/install.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Front-end Project Snippets
2+
------------------------------
3+
4+
You can see all installed snippets in Tools > Snippets... .
5+
6+
Snippets:
7+
- HTML
8+
- Microdata
9+
- CSS
10+
- JavaScript
11+
- BDD
12+
- jQuery
13+
- Schema.org
14+
- Microdata
15+
- External
16+
- Comment
17+
- HTML
18+
- CSS
19+
- JavaScript
20+
- Structure data (examples)
21+
- Microdata
22+
- JSON-LD
23+
- RDFa
24+
25+
26+
To find out more checkout the readme at https://github.com/brazilian-dev/sublime-front-end-snippets
27+
28+
Report issues at https://github.com/brazilian-dev/sublime-front-end-snippets/issues

snippets/js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# JavaScript Snippets
22

3-
- [Native Javascript](native/)
3+
- [Native Javascript](vanilla/)
44
- [jQuery](jquery/)
55
- [BDD](bdd/)

0 commit comments

Comments
 (0)