mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Add additional storage filetypes
This commit is contained in:
parent
4626981b25
commit
e07a81b225
1 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,16 @@
|
|||
{
|
||||
"suffixes": {
|
||||
"db": "storage",
|
||||
"sqlite": "storage",
|
||||
"myi": "storage",
|
||||
"myd": "storage",
|
||||
"mdf": "storage",
|
||||
"csv": "storage",
|
||||
"bak": "backup",
|
||||
"dat": "storage",
|
||||
"dll": "storage",
|
||||
"sav": "storage",
|
||||
"tsv": "storage",
|
||||
"aac": "audio",
|
||||
"bash": "terminal",
|
||||
"bmp": "image",
|
||||
|
|
Loading…
Reference in a new issue