mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-06 06:46:10 +00:00
* feat: Add buffer highlights from treesitter * fix: Handle not having tree sitter in some buffers * fixup * fixup * fixup: move back to old node
5 lines
65 B
Lua
5 lines
65 B
Lua
local x = {}
|
|
print(x); print("wow");
|
|
|
|
local function other() end
|