Updated schema.json

This commit is contained in:
squidfunk
2022-06-05 10:26:58 +02:00
parent 7998dbf06a
commit 093b6e6aaa
4 changed files with 86 additions and 55 deletions

View File

@@ -387,7 +387,7 @@
"pattern": "\\.(ico|png|svg|jpe?g)$",
"defaultSnippets": [
{
"body": "${1}.png"
"body": "${1:path/to/file}.png"
}
]
},
@@ -397,7 +397,7 @@
"pattern": "\\.(png|svg|jpe?g)$",
"defaultSnippets": [
{
"body": "${1}.png"
"body": "${1:path/to/file}.png"
}
]
},