We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7b6a4 commit 37e9921Copy full SHA for 37e9921
lua/orgmode/agenda/agenda_item.lua
@@ -206,7 +206,7 @@ function AgendaItem:_add_keyword_highlight()
206
if self.headline.todo_keyword.value == '' then
207
return
208
end
209
- local hlgroup = hl_map[self.headline.todo_keyword.value]
+ local hlgroup = hl_map[self.headline.todo_keyword.value] or hl_map[self.headline.todo_keyword.type]
210
if hlgroup then
211
table.insert(self.highlights, {
212
hlgroup = hlgroup,
0 commit comments