Skip to content

Commit

Permalink
Update lua/luasnip/init.lua
Browse files Browse the repository at this point in the history
Co-authored-by: L3MON4D3 <[email protected]>
  • Loading branch information
michaeldebetaz and L3MON4D3 authored Feb 14, 2024
1 parent 72c2348 commit 7360ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/luasnip/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ local function match_snippet(line, type)
)
end

---@alias GetSnippets fun(ft: string|nil, opts: table|nil): table
---@alias GetSnippets fun(ft: string|nil, opts: table|nil): table<string, Snippet[]>

---@type GetSnippets
-- ft:
Expand Down

0 comments on commit 7360ae1

Please sign in to comment.