@@ -26,7 +26,7 @@ If you have a feature request or want to fix a bug, feel free to:
2626
2727Head over to the ` /public/data ` folder and locate the language file you need, like javascript.json or python.json
2828
29- 2 . ** Find the category:**
29+ 2 . ** Find the category:**
3030
3131Look for the categoryName where your snippet belongs.
3232
@@ -36,10 +36,7 @@ Look for the categoryName where your snippet belongs.
3636{
3737 "title" : " Name of the snippet" ,
3838 "description" : " A short explanation of what the snippet does" ,
39- "code" : [
40- " your code goes here" ,
41- " this is a newline with a space"
42- ],
39+ "code" : [" your code goes here" , " this is a newline with a space" ],
4340 "tags" : [" tag1" , " tag2" , " tag3" ],
4441 "author" : " your_github_username"
4542}
@@ -84,10 +81,7 @@ Use this format:
8481 {
8582 "title" : " Name of the snippet" ,
8683 "description" : " A short explanation of what it does" ,
87- "code" : [
88- " your code goes here" ,
89- " this is a newline with a space"
90- ],
84+ "code" : [" your code goes here" , " this is a newline with a space" ],
9185 "tags" : [" tag1" , " tag2" , " tag3" ],
9286 "author" : " your_github_username"
9387 }
@@ -127,7 +121,7 @@ Upload a logo for your language into the `/public/icons` folder. Make sure the f
127121
1281225 . ** Double-check your work:**
129123
130- Test on your side and confirm if it works properly.
124+ Test on your side and confirm if it works properly.
131125
132126---
133127
@@ -137,4 +131,4 @@ Whether you’re fixing a tiny typo, writing a new snippet, or dreaming up big f
137131
138132If you have any questions or need help, feel free to open an issue or tag me.
139133
140- Happy coding! 💻✨
134+ Happy coding! 💻✨
0 commit comments