From ebf21a5e1c06d5c10103f1fb326a0d0985535938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 26 Jan 2017 22:26:14 +0100 Subject: Add a dummy plugin to disable interpretation --- plugins/none.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugins/none.lua diff --git a/plugins/none.lua b/plugins/none.lua new file mode 100644 index 0000000..9fc14e2 --- /dev/null +++ b/plugins/none.lua @@ -0,0 +1 @@ +hex.register { type="none", detect=nil, decode=function () end } -- cgit v1.2.3