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 22f2909 commit b5825cfCopy full SHA for b5825cf
lua/notify/service/buffer/highlights.lua
@@ -122,7 +122,7 @@ function NotifyBufHighlights:_redefine_treesitter()
122
hl_group = custom_hl,
123
-- TODO: Not sure how neovim's highlighter doesn't have issues with overriding highlights
124
-- Three marks on same region always show the second for some reason AFAICT
125
- priority = metadata.priority or i + 200,
+ priority = tonumber(metadata.priority) or i + 200,
126
conceal = metadata.conceal,
127
})
128
end
0 commit comments