Refactor to a simpler tree parsing
You can now parse the syntax tree more efficiently with the new utilities functions. For examples, please check out the lua and python configurations
This commit is contained in:
@@ -3,7 +3,6 @@ assert(ok, "neogen requires nvim-treesitter to operate :(")
|
||||
|
||||
neogen = {}
|
||||
|
||||
|
||||
-- Require utilities
|
||||
neogen.utilities = {}
|
||||
require("neogen.utilities.extractors")
|
||||
|
||||
Reference in New Issue
Block a user