feat: svelte language support (#317)

* svelte

* languages

* add svelte language support
This commit is contained in:
Ahmet Zeybek 2019-07-24 16:23:56 +03:00 committed by Crawl
parent be15e8bff3
commit 065fea0fa5

View file

@ -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"
}, },