We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc3226 commit 24ad13dCopy full SHA for 24ad13d
lua/nvim-treesitter-textobjects/_range.lua
@@ -1,5 +1,9 @@
1
--- Copy of vim.treesitter._range
2
--- 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
7
local api = vim.api
8
9
local M = {}
0 commit comments