summaryrefslogtreecommitdiffstats
path: root/filters/tables.lua
diff options
context:
space:
mode:
Diffstat (limited to 'filters/tables.lua')
-rw-r--r--filters/tables.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/filters/tables.lua b/filters/tables.lua
new file mode 100644
index 0000000..2ff4eea
--- /dev/null
+++ b/filters/tables.lua
@@ -0,0 +1,5 @@
1local common = require 'filters.lib.common'
2
3function Table(el)
4 return common.wide(el)
5end