feat: svelte language support (#317)
* svelte * languages * add svelte language support
This commit is contained in:
parent
be15e8bff3
commit
065fea0fa5
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,7 @@
|
||||||
"shell",
|
"shell",
|
||||||
"sql",
|
"sql",
|
||||||
"svg",
|
"svg",
|
||||||
|
"svelte",
|
||||||
"swift",
|
"swift",
|
||||||
"tex",
|
"tex",
|
||||||
"toml",
|
"toml",
|
||||||
|
@ -996,6 +997,9 @@
|
||||||
".svg": {
|
".svg": {
|
||||||
"image": "svg"
|
"image": "svg"
|
||||||
},
|
},
|
||||||
|
".svelte": {
|
||||||
|
"image": "svelte"
|
||||||
|
},
|
||||||
".swift": {
|
".swift": {
|
||||||
"image": "swift"
|
"image": "swift"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue