aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2017-01-26 22:26:14 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2017-01-26 22:26:14 +0100
commitebf21a5e1c06d5c10103f1fb326a0d0985535938 (patch)
tree0efbffc16b1b6677fc59e4ae7494e6d6b6a39c50
parentb3bb187233baed3d79bed337b54818b9d8fdd7ec (diff)
downloadhex-ebf21a5e1c06d5c10103f1fb326a0d0985535938.tar.gz
hex-ebf21a5e1c06d5c10103f1fb326a0d0985535938.tar.xz
hex-ebf21a5e1c06d5c10103f1fb326a0d0985535938.zip
Add a dummy plugin to disable interpretation
-rw-r--r--plugins/none.lua1
1 files changed, 1 insertions, 0 deletions
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 }