treesitter: add node:id()

This commit is contained in:
Björn Linse
2020-10-30 10:51:41 +01:00
parent 037ffd54dc
commit 03c478ae53
4 changed files with 37 additions and 8 deletions

View File

@@ -157,7 +157,7 @@ local function on_line_impl(self, buf, line)
a.nvim_buf_set_extmark(buf, ns, start_row, start_col,
{ end_line = end_row, end_col = end_col,
hl_group = hl,
ephemeral = true
ephemeral = true,
})
end
if start_row > line then