Sort file_types.json (#12487)

This PR sorts the `file_types.json` file alphabetically.

This is the command I used to sort it:

```
pnpm --package=json-sort-cli dlx jsonsort assets/icons/file_icons/file_types.json
```

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-05-30 11:26:52 -04:00 committed by GitHub
parent 3c5d141a04
commit 7a30937e21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,15 +1,15 @@
{ {
"stems": { "stems": {
"Dockerfile": "docker",
"Podfile": "ruby", "Podfile": "ruby",
"Procfile": "heroku", "Procfile": "heroku"
"Dockerfile": "docker"
}, },
"suffixes": { "suffixes": {
"astro": "astro",
"Emakefile": "erlang", "Emakefile": "erlang",
"aac": "audio", "aac": "audio",
"accdb": "storage", "accdb": "storage",
"app.src": "erlang", "app.src": "erlang",
"astro": "astro",
"avi": "video", "avi": "video",
"avif": "image", "avif": "image",
"bak": "backup", "bak": "backup",
@ -22,12 +22,12 @@
"c": "c", "c": "c",
"cc": "cpp", "cc": "cpp",
"cjs": "javascript", "cjs": "javascript",
"coffee": "coffeescript",
"conf": "settings", "conf": "settings",
"cpp": "cpp", "cpp": "cpp",
"css": "css", "css": "css",
"csv": "storage", "csv": "storage",
"cts": "typescript", "cts": "typescript",
"coffee": "coffeescript",
"dart": "dart", "dart": "dart",
"dat": "storage", "dat": "storage",
"db": "storage", "db": "storage",
@ -61,12 +61,12 @@
"graphql": "graphql", "graphql": "graphql",
"graphqls": "graphql", "graphqls": "graphql",
"h": "c", "h": "c",
"hpp": "cpp",
"handlebars": "code", "handlebars": "code",
"hbs": "template", "hbs": "template",
"heex": "elixir", "heex": "elixir",
"heif": "image",
"heic": "image", "heic": "image",
"heif": "image",
"hpp": "cpp",
"hrl": "erlang", "hrl": "erlang",
"hs": "haskell", "hs": "haskell",
"htm": "template", "htm": "template",
@ -81,9 +81,9 @@
"jpeg": "image", "jpeg": "image",
"jpg": "image", "jpg": "image",
"js": "javascript", "js": "javascript",
"jsx": "react",
"json": "storage", "json": "storage",
"jsonc": "storage", "jsonc": "storage",
"jsx": "react",
"jxl": "image", "jxl": "image",
"kt": "kotlin", "kt": "kotlin",
"ldf": "storage", "ldf": "storage",
@ -98,9 +98,9 @@
"mdf": "storage", "mdf": "storage",
"mdx": "document", "mdx": "document",
"metadata": "code", "metadata": "code",
"mkv": "video",
"mjs": "javascript", "mjs": "javascript",
"mka": "audio", "mka": "audio",
"mkv": "video",
"ml": "ocaml", "ml": "ocaml",
"mli": "ocaml", "mli": "ocaml",
"mov": "video", "mov": "video",
@ -109,8 +109,8 @@
"mts": "typescript", "mts": "typescript",
"myd": "storage", "myd": "storage",
"myi": "storage", "myi": "storage",
"nu": "terminal",
"nim": "nim", "nim": "nim",
"nu": "terminal",
"odp": "document", "odp": "document",
"ods": "document", "ods": "document",
"odt": "document", "odt": "document",
@ -132,33 +132,33 @@
"psd": "image", "psd": "image",
"py": "python", "py": "python",
"qoi": "image", "qoi": "image",
"r": "r",
"rb": "ruby", "rb": "ruby",
"rebar.config": "erlang", "rebar.config": "erlang",
"rkt": "code", "rkt": "code",
"rs": "rust", "rs": "rust",
"r": "r",
"rtf": "document", "rtf": "document",
"sav": "storage", "sav": "storage",
"sc": "scala",
"scala": "scala",
"scm": "code", "scm": "code",
"sdf": "storage", "sdf": "storage",
"sh": "terminal", "sh": "terminal",
"sql": "storage",
"sqlite": "storage", "sqlite": "storage",
"svelte": "template", "svelte": "template",
"svg": "image", "svg": "image",
"sc": "scala",
"scala": "scala",
"sql": "storage",
"swift": "swift", "swift": "swift",
"tcl": "tcl",
"tf": "terraform", "tf": "terraform",
"tfvars": "terraform", "tfvars": "terraform",
"tiff": "image", "tiff": "image",
"toml": "toml", "toml": "toml",
"ts": "typescript", "ts": "typescript",
"tsv": "storage", "tsv": "storage",
"ttf": "font",
"tsx": "react", "tsx": "react",
"ttf": "font",
"txt": "document", "txt": "document",
"tcl": "tcl",
"vue": "vue", "vue": "vue",
"wav": "audio", "wav": "audio",
"webm": "video", "webm": "video",
@ -190,27 +190,30 @@
"audio": { "audio": {
"icon": "icons/file_icons/audio.svg" "icon": "icons/file_icons/audio.svg"
}, },
"bun": {
"icon": "icons/file_icons/bun.svg"
},
"c": {
"icon": "icons/file_icons/c.svg"
},
"code": { "code": {
"icon": "icons/file_icons/code.svg" "icon": "icons/file_icons/code.svg"
}, },
"coffeescript": {
"icon": "icons/file_icons/coffeescript.svg"
},
"collapsed_chevron": { "collapsed_chevron": {
"icon": "icons/file_icons/chevron_right.svg" "icon": "icons/file_icons/chevron_right.svg"
}, },
"collapsed_folder": { "collapsed_folder": {
"icon": "icons/file_icons/folder.svg" "icon": "icons/file_icons/folder.svg"
}, },
"c": {
"icon": "icons/file_icons/c.svg"
},
"cpp": { "cpp": {
"icon": "icons/file_icons/cpp.svg" "icon": "icons/file_icons/cpp.svg"
}, },
"css": { "css": {
"icon": "icons/file_icons/css.svg" "icon": "icons/file_icons/css.svg"
}, },
"coffeescript": {
"icon": "icons/file_icons/coffeescript.svg"
},
"dart": { "dart": {
"icon": "icons/file_icons/dart.svg" "icon": "icons/file_icons/dart.svg"
}, },
@ -247,18 +250,18 @@
"fsharp": { "fsharp": {
"icon": "icons/file_icons/fsharp.svg" "icon": "icons/file_icons/fsharp.svg"
}, },
"haskell": {
"icon": "icons/file_icons/haskell.svg"
},
"heroku": {
"icon": "icons/file_icons/heroku.svg"
},
"go": { "go": {
"icon": "icons/file_icons/go.svg" "icon": "icons/file_icons/go.svg"
}, },
"graphql": { "graphql": {
"icon": "icons/file_icons/graphql.svg" "icon": "icons/file_icons/graphql.svg"
}, },
"haskell": {
"icon": "icons/file_icons/haskell.svg"
},
"heroku": {
"icon": "icons/file_icons/heroku.svg"
},
"image": { "image": {
"icon": "icons/file_icons/image.svg" "icon": "icons/file_icons/image.svg"
}, },
@ -274,21 +277,18 @@
"lock": { "lock": {
"icon": "icons/file_icons/lock.svg" "icon": "icons/file_icons/lock.svg"
}, },
"bun": {
"icon": "icons/file_icons/bun.svg"
},
"log": { "log": {
"icon": "icons/file_icons/info.svg" "icon": "icons/file_icons/info.svg"
}, },
"lua": { "lua": {
"icon": "icons/file_icons/lua.svg" "icon": "icons/file_icons/lua.svg"
}, },
"ocaml": {
"icon": "icons/file_icons/ocaml.svg"
},
"nim": { "nim": {
"icon": "icons/file_icons/nim.svg" "icon": "icons/file_icons/nim.svg"
}, },
"ocaml": {
"icon": "icons/file_icons/ocaml.svg"
},
"phoenix": { "phoenix": {
"icon": "icons/file_icons/phoenix.svg" "icon": "icons/file_icons/phoenix.svg"
}, },
@ -316,36 +316,36 @@
"rust": { "rust": {
"icon": "icons/file_icons/rust.svg" "icon": "icons/file_icons/rust.svg"
}, },
"scala": {
"icon": "icons/file_icons/scala.svg"
},
"settings": { "settings": {
"icon": "icons/file_icons/settings.svg" "icon": "icons/file_icons/settings.svg"
}, },
"storage": { "storage": {
"icon": "icons/file_icons/database.svg" "icon": "icons/file_icons/database.svg"
}, },
"scala": {
"icon": "icons/file_icons/scala.svg"
},
"swift": { "swift": {
"icon": "icons/file_icons/swift.svg" "icon": "icons/file_icons/swift.svg"
}, },
"tcl": {
"icon": "icons/file_icons/tcl.svg"
},
"template": { "template": {
"icon": "icons/file_icons/html.svg" "icon": "icons/file_icons/html.svg"
}, },
"terraform": {
"icon": "icons/file_icons/terraform.svg"
},
"terminal": { "terminal": {
"icon": "icons/file_icons/terminal.svg" "icon": "icons/file_icons/terminal.svg"
}, },
"terraform": {
"icon": "icons/file_icons/terraform.svg"
},
"toml": { "toml": {
"icon": "icons/file_icons/toml.svg" "icon": "icons/file_icons/toml.svg"
}, },
"typescript": { "typescript": {
"icon": "icons/file_icons/typescript.svg" "icon": "icons/file_icons/typescript.svg"
}, },
"tcl": {
"icon": "icons/file_icons/tcl.svg"
},
"vcs": { "vcs": {
"icon": "icons/file_icons/git.svg" "icon": "icons/file_icons/git.svg"
}, },