refactor(treesitter): add Range type aliase for Range4|Range6

This commit is contained in:
Lewis Russell
2023-03-10 16:40:27 +00:00
parent 9d70fe062c
commit 58bbc2ea0b
7 changed files with 40 additions and 25 deletions

View File

@@ -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)