diff options
| author | Luke Kershaw <35707277+l-kershaw@users.noreply.github.com> | 2021-08-18 10:05:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-18 10:05:04 +0100 |
| commit | f67d3e883d7afafa93428a27cb1ba1c4144d9d4c (patch) | |
| tree | 4438a041b113b1736a35e2388450b4fc14cf9661 /scripts | |
| parent | f1a27baf279976845eb43c65e99a71d7f0f92d02 (diff) | |
feat: allow tables in vimscript command parser (#1075)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/gendocs.lua | 1 |
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", |
