@@ -26,7 +26,7 @@ If you have a feature request or want to fix a bug, feel free to:
26
26
27
27
Head over to the ` /public/data ` folder and locate the language file you need, like javascript.json or python.json
28
28
29
- 2 . ** Find the category:**
29
+ 2 . ** Find the category:**
30
30
31
31
Look for the categoryName where your snippet belongs.
32
32
@@ -36,10 +36,7 @@ Look for the categoryName where your snippet belongs.
36
36
{
37
37
"title" : " Name of the snippet" ,
38
38
"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" ],
43
40
"tags" : [" tag1" , " tag2" , " tag3" ],
44
41
"author" : " your_github_username"
45
42
}
@@ -84,10 +81,7 @@ Use this format:
84
81
{
85
82
"title" : " Name of the snippet" ,
86
83
"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" ],
91
85
"tags" : [" tag1" , " tag2" , " tag3" ],
92
86
"author" : " your_github_username"
93
87
}
@@ -127,7 +121,7 @@ Upload a logo for your language into the `/public/icons` folder. Make sure the f
127
121
128
122
5 . ** Double-check your work:**
129
123
130
- Test on your side and confirm if it works properly.
124
+ Test on your side and confirm if it works properly.
131
125
132
126
---
133
127
@@ -137,4 +131,4 @@ Whether you’re fixing a tiny typo, writing a new snippet, or dreaming up big f
137
131
138
132
If you have any questions or need help, feel free to open an issue or tag me.
139
133
140
- Happy coding! 💻✨
134
+ Happy coding! 💻✨
0 commit comments