fix: treesitter todo keyword highlight (#310)
Co-authored-by: Huang Jing <eatgrass@live.cn>
This commit is contained in:
@@ -88,7 +88,7 @@ M.fallbacks = {
|
|||||||
["text.note"] = "TSNote",
|
["text.note"] = "TSNote",
|
||||||
["text.warning"] = "TSWarning",
|
["text.warning"] = "TSWarning",
|
||||||
["text.danger"] = "TSDanger",
|
["text.danger"] = "TSDanger",
|
||||||
["todo"] = "TSTodo",
|
["text.todo"] = "TSTodo",
|
||||||
["type"] = "TSType",
|
["type"] = "TSType",
|
||||||
["type.builtin"] = "TSTypeBuiltin",
|
["type.builtin"] = "TSTypeBuiltin",
|
||||||
["type.qualifier"] = "TSTypeQualifier",
|
["type.qualifier"] = "TSTypeQualifier",
|
||||||
@@ -351,7 +351,7 @@ M.defaults = {
|
|||||||
default = true,
|
default = true,
|
||||||
link = "Todo",
|
link = "Todo",
|
||||||
},
|
},
|
||||||
["@todo"] = {
|
["@text.todo"] = {
|
||||||
default = true,
|
default = true,
|
||||||
link = "Todo",
|
link = "Todo",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user