fix(ts): Do not relative position for fallback (#113)

This commit is contained in:
danymat
2022-11-10 20:05:43 +01:00
parent 654290f65d
commit 4246ca824b
2 changed files with 2 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ return {
local row, col = vim.treesitter.get_node_range(parent)
return row, col
end
return 0, 0
return
end
end,
})

View File

@@ -285,7 +285,7 @@ end
--- with multiple annotation conventions.
---@tag neogen-changelog
---@toc_entry Changes in neogen plugin
neogen.version = "2.10.2"
neogen.version = "2.10.3"
--minidoc_afterlines_end
return neogen