plugins.todo-comments.highlight.after
“fg” or “bg” or empty.
Plugin default: "fg"
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.todo-comments.highlight.before
“fg” or “bg” or empty.
Plugin default: ""
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.todo-comments.highlight.commentsOnly
Uses treesitter to match keywords in comments only.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.todo-comments.highlight.exclude
List of file types to exclude highlighting.
Type: null or (list of string)
Default:
null
Declared by:
plugins.todo-comments.highlight.keyword
“fg”, “bg”, “wide”, “wide_bg”, “wide_fg” or empty. (wide and wide_bg is the same as bg, but will also highlight surrounding characters, wide_fg acts accordingly but with fg).
Plugin default: "wide"
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.todo-comments.highlight.maxLineLen
Ignore lines longer than this.
Plugin default: 400
Type: null or signed integer or floating point number or raw lua code
Default:
null
Declared by:
plugins.todo-comments.highlight.multiline
Enable multiline todo comments.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.todo-comments.highlight.multilineContext
Extra lines that will be re-evaluated when changing a line.
Plugin default: 10
Type: null or signed integer or floating point number or raw lua code
Default:
null
Declared by:
plugins.todo-comments.highlight.multilinePattern
Lua pattern to match the next multiline from the start of the matched keyword.
Plugin default: "^."
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.todo-comments.highlight.pattern
Pattern or list of patterns, used for highlighting (vim regex)
Note: the provided pattern will be embedded as such: [[PATTERN]]
.
Plugin default: .*<(KEYWORDS)\s*:
Type: null or string or list of string
Default:
null
Declared by: