Adding more features

This commit is contained in:
2026-01-15 20:58:56 -05:00
parent 84c8bcf92c
commit f5df1a9ac0
40 changed files with 9145 additions and 458 deletions

View File

@@ -83,6 +83,9 @@ local TS_QUERIES = {
},
}
-- Forward declaration for analyze_tree_generic (defined below)
local analyze_tree_generic
--- Hash file content for change detection
---@param content string
---@return string
@@ -256,7 +259,7 @@ end
---@param root TSNode
---@param bufnr number
---@return table
local function analyze_tree_generic(root, bufnr)
analyze_tree_generic = function(root, bufnr)
local result = {
functions = {},
classes = {},