fix: treesitter todo keyword highlight (#310)

Co-authored-by: Huang Jing <eatgrass@live.cn>
This commit is contained in:
Eatgrass
2023-02-09 14:46:55 +08:00
committed by GitHub
parent e52c41314e
commit 0c21ef11b8

View File

@@ -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",
@@ -351,7 +351,7 @@ M.defaults = {
default = true,
link = "Todo",
},
["@todo"] = {
["@text.todo"] = {
default = true,
link = "Todo",
},