(go) Update configurations

This commit is contained in:
danymat
2022-01-12 12:44:41 +01:00
parent d0c7212a78
commit 7e7fbc4ff2
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
return {
parent = {
func = { "function_declaration" },
type = { "package_clause", "const_declaration", "var_declaration" },
},
data = {
@@ -13,6 +14,15 @@ return {
},
},
},
type = {
["package_clause|const_declaration|var_declaration"] = {
["0"] = {
extract = function()
return {}
end,
},
},
},
},
template = {