Skip to content

Commit 24ad13d

Browse files
committed
.
1 parent fbc3226 commit 24ad13d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lua/nvim-treesitter-textobjects/_range.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
--- Copy of vim.treesitter._range
22
--- TODO: replace with `vim.Range` when we drop support for 0.11
3+
4+
---@diagnostic disable: duplicate-doc-field
5+
---@diagnostic disable: duplicate-doc-alias
6+
37
local api = vim.api
48

59
local M = {}

0 commit comments

Comments
 (0)