Increase C files priority in sorting.

This commit is contained in:
muzam1l
2022-08-16 13:42:38 +05:30
parent 052be354d1
commit dbbbfdb2f0

View File

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