aboutsummaryrefslogtreecommitdiff
path: root/scripts/lua2dox.lua
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2023-03-11 17:13:20 +0000
committerGitHub <noreply@github.com>2023-03-11 17:13:20 +0000
commitb55b8ddf8141088ec57522c2dd8e27ffaec77626 (patch)
tree9cb5360428a15d452db1e52b932341fbfe89fa67 /scripts/lua2dox.lua
parent0ce626b783dcca8eed08a2bb5a18e2c3ef931fbe (diff)
parent58bbc2ea0b3dfed13471e8cc0447d7598be24276 (diff)
downloadrneovim-b55b8ddf8141088ec57522c2dd8e27ffaec77626.tar.gz
rneovim-b55b8ddf8141088ec57522c2dd8e27ffaec77626.tar.bz2
rneovim-b55b8ddf8141088ec57522c2dd8e27ffaec77626.zip
Merge pull request #22613 from lewis6991/feat/tsqueryutil
Diffstat (limited to 'scripts/lua2dox.lua')
-rw-r--r--scripts/lua2dox.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lua2dox.lua b/scripts/lua2dox.lua
index b99cd955f4..de9f2926f2 100644
--- a/scripts/lua2dox.lua
+++ b/scripts/lua2dox.lua
@@ -302,7 +302,7 @@ local types = { 'integer', 'number', 'string', 'table', 'list', 'boolean', 'func
local tagged_types = { 'TSNode', 'LanguageTree' }
-- Document these as 'table'
-local alias_types = { 'Range4', 'Range6' }
+local alias_types = { 'Range', 'Range4', 'Range6', 'TSMetadata' }
-- Processes the file and writes filtered output to stdout.
function TLua2DoX_filter.filter(this, AppStamp, Filename)