Increase wat file priority in sorting.

This commit is contained in:
muzam1l
2022-12-07 15:02:09 +05:30
parent 911416aa2f
commit a3365e4beb

View File

@@ -61,6 +61,7 @@ export const fetchFiles = async (gistId: string) => {
// default priority is undefined == 0
const extPriority: Record<string, number> = {
c: 3,
wat: 3,
md: 2,
h: -1
}