You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
merge_keywords=true, -- when true, custom keywords will be merged with the defaults
149
149
-- highlighting of the line containing the todo comment
@@ -152,7 +152,7 @@ function config.todo()
152
152
-- * after: highlights after the keyword (todo text)
153
153
highlight= {
154
154
before="", -- "fg" or "bg" or empty
155
-
keyword="fg", -- "fg", "bg", "wide"or empty. (wide is the same as bg, but will also highlight surrounding characters)
155
+
keyword="bg", -- "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)
156
156
after="fg", -- "fg" or "bg" or empty
157
157
pattern=[[.*<(KEYWORDS)\s*:]], -- pattern or table of patterns, used for highlightng (vim regex)
158
158
comments_only=true, -- uses treesitter to match keywords in comments only
0 commit comments