File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ export let abbr = {
65
65
"convert" : "conv" ,
66
66
"coordinate" : "coord" ,
67
67
"coordinates" : "coords" ,
68
+ "csharp" : "C#" ,
69
+ "c-sharp" : "C#" ,
68
70
"database" : "DB" ,
69
71
"databases" : "DBs" ,
70
72
"debug" : "dbg" ,
@@ -117,6 +119,8 @@ export let abbr = {
117
119
"for example" : "e.g." ,
118
120
"format" : "fmt" ,
119
121
"four" : "4" ,
122
+ "fsharp" : "F#" ,
123
+ "f-sharp" : "F#" ,
120
124
"func" : "fn" ,
121
125
"function" : "func" ,
122
126
"functions" : "funcs" ,
@@ -126,11 +130,13 @@ export let abbr = {
126
130
"hardware" : "hw" ,
127
131
"hexadecimal" : "hex" ,
128
132
"hexadecimals" : "hexs" ,
133
+ "hundred" : "100" ,
129
134
"identifier" : "id" ,
130
135
"identifiers" : "ids" ,
131
136
"image" : "img" ,
132
137
"images" : "imgs" ,
133
138
"improve" : "better" ,
139
+ "improved" : "better" ,
134
140
"increase" : "inc" ,
135
141
"increment" : "inc" ,
136
142
"index" : "idx" ,
@@ -140,6 +146,7 @@ export let abbr = {
140
146
"initialize" : "init" ,
141
147
"initialization" : "init" ,
142
148
"initializations" : "inits" ,
149
+ "install" : "setup" ,
143
150
"installation" : "install" ,
144
151
"installations" : "installs" ,
145
152
"integer" : "int" ,
@@ -153,6 +160,7 @@ export let abbr = {
153
160
"library" : "lib" ,
154
161
"libraries" : "libs" ,
155
162
"litecoin" : "LTC" ,
163
+ "log-in" : "login" ,
156
164
"macOS" : "mac" ,
157
165
"maximum" : "max" ,
158
166
"memory" : "mem" ,
@@ -184,6 +192,8 @@ export let abbr = {
184
192
"operations" : "ops" ,
185
193
"optional" : "opt" ,
186
194
"order by" : "sort by" ,
195
+ "percent" : "%" ,
196
+ "please" : "pls" ,
187
197
"prefer" : "favor" ,
188
198
"project" : "proj" ,
189
199
"projects" : "projs" ,
@@ -195,11 +205,12 @@ export let abbr = {
195
205
"passwords" : "pws" ,
196
206
"picture" : "pic" ,
197
207
"pictures" : "pics" ,
208
+ "point" : "pt" ,
209
+ "points" : "pts" ,
198
210
"pointer" : "ptr" ,
199
211
"pointers" : "ptrs" ,
200
212
"position" : "pos" ,
201
213
"power" : "pow" ,
202
- "powers" : "pows" ,
203
214
"preference" : "pref" ,
204
215
"preferences" : "prefs" ,
205
216
"previous" : "prev" ,
@@ -212,6 +223,7 @@ export let abbr = {
212
223
"range" : "rng" ,
213
224
"ranges" : "rngs" ,
214
225
"receive" : "recv" ,
226
+ "register" : "sign-up" ,
215
227
"remove" : "rm" ,
216
228
"replace" : "swap" ,
217
229
"repository" : "repo" ,
@@ -228,6 +240,8 @@ export let abbr = {
228
240
"sequence" : "seq" ,
229
241
"sequences" : "seqs" ,
230
242
"seven" : "7" ,
243
+ "sign-in" : "log-in" ,
244
+ "sign-up" : "signup" ,
231
245
"similar" : "akin" ,
232
246
"six" : "6" ,
233
247
"single" : "lone" ,
@@ -246,7 +260,9 @@ export let abbr = {
246
260
"suggestions" : "hints" ,
247
261
"synchronize" : "sync" ,
248
262
"temporary" : "tmp" ,
263
+ "ten" : "10" ,
249
264
"third" : "3rd" ,
265
+ "thousand" : "1000" ,
250
266
"three" : "3" ,
251
267
"timer" : "tmr" ,
252
268
"timers" : "tmrs" ,
@@ -266,4 +282,5 @@ export let abbr = {
266
282
"yes/no" : "y/n" ,
267
283
"zero" : "0" ,
268
284
"zeroes" : "0s" ,
285
+ "zeros" : "0s" ,
269
286
} ;
You can’t perform that action at this time.
0 commit comments