feat: buf highlights for current buffer fuzzy find (#732)
* feat: Add buffer highlights from treesitter * fix: Handle not having tree sitter in some buffers * fixup * fixup * fixup: move back to old node
This commit is contained in:
4
scratch/short_buf.lua
Normal file
4
scratch/short_buf.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
local x = {}
|
||||
print(x); print("wow");
|
||||
|
||||
local function other() end
|
||||
Reference in New Issue
Block a user