mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 12:35:00 +00:00
fix(treesitter): prefix treesitter types with vim
This commit is contained in:
committed by
Lewis Russell
parent
c8a27bae3f
commit
617d1b28d6
@@ -12,7 +12,7 @@ Query.__index = Query
|
||||
---@field captures table
|
||||
---@field patterns table<string,any[][]>
|
||||
|
||||
---@class TSQueryModule
|
||||
---@class vim.treesitter.query
|
||||
local M = {}
|
||||
|
||||
---@param files string[]
|
||||
|
||||
Reference in New Issue
Block a user