mirror of
https://gittea.dev/nova/th.git
synced 2025-10-22 02:40:15 -04:00
8 lines
106 B
C
8 lines
106 B
C
#include "defines.h"
|
|
|
|
|
|
static file_preview file_previews[] = {
|
|
{ "c", "&a" },
|
|
{ ".c", "&ueberzug" },
|
|
};
|