Skip to content

Commit

Permalink
fix(fileitem): allow editing json5/jsonc
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Song <[email protected]>
  • Loading branch information
ferothefox committed Oct 26, 2024
1 parent 9c1632b commit 9e34ae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/frontend/src/components/ui/servers/FileItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ const emit = defineEmits(["rename", "download", "delete", "move", "edit", "conte
const codeExtensions = Object.freeze([
"json",
"json5",
"jsonc",
"java",
"kt",
"kts",
Expand Down

0 comments on commit 9e34ae3

Please sign in to comment.