diff --git a/state/actions/fetchFiles.ts b/state/actions/fetchFiles.ts index a2d5e4a..fc6fd00 100644 --- a/state/actions/fetchFiles.ts +++ b/state/actions/fetchFiles.ts @@ -61,6 +61,7 @@ export const fetchFiles = async (gistId: string) => { // default priority is undefined == 0 const extPriority: Record = { c: 3, + wat: 3, md: 2, h: -1 }