1
0
mirror of https://github.com/konpa/devicon.git synced 2025-02-21 07:42:22 +01:00
devicon/.vscode/devicon.code-snippets

25 lines
536 B
Plaintext
Raw Normal View History

{
"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\": []",
"},"
]
}
}