[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2023-06-01 05:13:04 +00:00
parent b154c0cbe0
commit 2abd491522
2 changed files with 2 additions and 2 deletions

View file

@ -450,7 +450,7 @@ require("aerial").setup({
},
-- Set this function to override the highlight groups for certain symbols
get_highlight = function(symbol, is_icon)
get_highlight = function(symbol, is_icon, is_collapsed)
-- return "MyHighlight" .. symbol.kind
end,

View file

@ -266,7 +266,7 @@ OPTIONS *aerial-option
},
-- Set this function to override the highlight groups for certain symbols
get_highlight = function(symbol, is_icon)
get_highlight = function(symbol, is_icon, is_collapsed)
-- return "MyHighlight" .. symbol.kind
end,