mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 07:32:40 +00:00
docs(luacats): add tuple support
This commit is contained in:
committed by
Lewis Russell
parent
6566a59b3a
commit
d87ecfc8bc
@@ -159,4 +159,11 @@ describe('luacats grammar', function()
|
||||
name = 'type',
|
||||
type = '`T`',
|
||||
})
|
||||
|
||||
test('@param type [number,string] this is a tuple type', {
|
||||
desc = 'this is a tuple type',
|
||||
kind = 'param',
|
||||
name = 'type',
|
||||
type = '[number,string]',
|
||||
})
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user