mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
Make luacheck happy
This commit is contained in:
parent
1ce1c73249
commit
5642507f6a
10 changed files with 23 additions and 43 deletions
|
|
@ -58,7 +58,7 @@ local function select_incremental(get_parent)
|
|||
return
|
||||
end
|
||||
|
||||
node = get_parent(nodes[#nodes])
|
||||
local node = get_parent(nodes[#nodes])
|
||||
if not node then return end
|
||||
|
||||
if node ~= nodes[#nodes] then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue