diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2021-04-06 19:59:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-06 19:59:42 -0400 |
| commit | 0b2c801978e9cfc9b6351fc9f037ff2ba93805bd (patch) | |
| tree | 1a5deff0a60cedcbae81a3883f0a0269c3b90c35 /scratch/short_buf.lua | |
| parent | d0cf646f65746415294f570ec643ffd0101ca3ab (diff) | |
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
Diffstat (limited to 'scratch/short_buf.lua')
| -rw-r--r-- | scratch/short_buf.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
