From 0b2c801978e9cfc9b6351fc9f037ff2ba93805bd Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Tue, 6 Apr 2021 19:59:42 -0400 Subject: 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 --- scratch/short_buf.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scratch/short_buf.lua (limited to 'scratch/short_buf.lua') diff --git a/scratch/short_buf.lua b/scratch/short_buf.lua new file mode 100644 index 0000000..387b2b5 --- /dev/null +++ b/scratch/short_buf.lua @@ -0,0 +1,4 @@ +local x = {} +print(x); print("wow"); + +local function other() end -- cgit v1.2.3