mirror of
https://github.com/konpa/devicon.git
synced 2025-02-21 07:42:22 +01:00
25 lines
536 B
Plaintext
25 lines
536 B
Plaintext
|
{
|
||
|
"new entry": {
|
||
|
"scope": "json",
|
||
|
"prefix": "new",
|
||
|
"description": "Inserts the new entry template object. Use it ONLY in \"devicon.json\"!",
|
||
|
"body": [
|
||
|
"{",
|
||
|
" \"name\": \"\",",
|
||
|
" \"altnames\": [],",
|
||
|
" \"tags\": [],",
|
||
|
" \"versions\": {",
|
||
|
" \"svg\": [",
|
||
|
" \"\"",
|
||
|
" ],",
|
||
|
" \"font\": [",
|
||
|
" \"\"",
|
||
|
" ]",
|
||
|
" },",
|
||
|
" \"color\": \"\",",
|
||
|
" \"aliases\": []",
|
||
|
"},"
|
||
|
]
|
||
|
}
|
||
|
}
|