mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
docs(lsp): change type annotations from number → integer (#22510)
This commit is contained in:
@@ -483,7 +483,7 @@ end)
|
||||
local M = {}
|
||||
|
||||
---The snippet node type enum
|
||||
---@types table<string, number>
|
||||
---@types table<string, integer>
|
||||
M.NodeType = Node.Type
|
||||
|
||||
---Parse snippet string and returns the AST
|
||||
|
Reference in New Issue
Block a user