* 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
|