summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLuke Kershaw <35707277+l-kershaw@users.noreply.github.com>2021-08-18 10:05:04 +0100
committerGitHub <noreply@github.com>2021-08-18 10:05:04 +0100
commitf67d3e883d7afafa93428a27cb1ba1c4144d9d4c (patch)
tree4438a041b113b1736a35e2388450b4fc14cf9661 /scripts
parentf1a27baf279976845eb43c65e99a71d7f0f92d02 (diff)
feat: allow tables in vimscript command parser (#1075)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gendocs.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gendocs.lua b/scripts/gendocs.lua
index 5f04727..6972b21 100644
--- a/scripts/gendocs.lua
+++ b/scripts/gendocs.lua
@@ -10,6 +10,7 @@ docs.test = function()
-- TODO: Fix the other files so that we can add them here.
local input_files = {
"./lua/telescope/init.lua",
+ "./lua/telescope/command.lua",
"./lua/telescope/builtin/init.lua",
"./lua/telescope/themes.lua",
"./lua/telescope/pickers/layout_strategies.lua",