mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
docs: do not hardcode LSP version in URL #25648
This commit is contained in:

committed by
GitHub

parent
0892c1cd94
commit
c46a6c065e
@@ -1,4 +1,4 @@
|
||||
--- Grammar for LSP snippets, based on https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#snippet_syntax
|
||||
--- Grammar for LSP snippets, based on https://microsoft.github.io/language-server-protocol/specification/#snippet_syntax
|
||||
|
||||
local lpeg = vim.lpeg
|
||||
local P, S, R, V = lpeg.P, lpeg.S, lpeg.R, lpeg.V
|
||||
|
Reference in New Issue
Block a user