Skip to content

Commit

Permalink
fix: treesitter todo keyword highlight (#310)
Browse files Browse the repository at this point in the history
Co-authored-by: Huang Jing <eatgrass@live.cn>
  • Loading branch information
Eatgrass and eatgrass authored Feb 9, 2023
1 parent e52c413 commit 0c21ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/tokyonight/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ M.fallbacks = {
["text.note"] = "TSNote",
["text.warning"] = "TSWarning",
["text.danger"] = "TSDanger",
["todo"] = "TSTodo",
["text.todo"] = "TSTodo",
["type"] = "TSType",
["type.builtin"] = "TSTypeBuiltin",
["type.qualifier"] = "TSTypeQualifier",
Expand Down Expand Up @@ -351,7 +351,7 @@ M.defaults = {
default = true,
link = "Todo",
},
["@todo"] = {
["@text.todo"] = {
default = true,
link = "Todo",
},
Expand Down

0 comments on commit 0c21ef1

Please sign in to comment.