nvim_runtime_lua

vim._inspector.Filter

@inlinedoc

Fields4

Filter.syntax : boolean

Include syntax based highlight groups. (default: true)

Filter.treesitter : boolean

Include treesitter based highlight groups. (default: true)

Filter.extmarks : boolean | "all"

Include extmarks. When all, then extmarks without a hl_group will also be included. (default: true)

Filter.semantic_tokens : boolean

Include semantic token highlights. (default: true)