We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84631e4 commit 7bc3bc6Copy full SHA for 7bc3bc6
lua/astrotheme/groups/plugins/nvim-treesitter.lua
@@ -86,7 +86,7 @@ local function callback(opts)
86
["@comment.documentation"] = { link = "@comment" },
87
88
["@comment.error"] = { fg = C.ui.base, bg = C.ui.red },
89
- ["@cooment.warning"] = { fg = C.ui.base, bg = C.ui.orange },
+ ["@comment.warning"] = { fg = C.ui.base, bg = C.ui.orange },
90
["@comment.hint"] = { fg = C.ui.base, bg = C.ui.blue },
91
["@comment.info"] = { fg = C.ui.base, bg = C.ui.cyan },
92
["@comment.todo"] = { fg = C.ui.base, bg = C.ui.yellow },
0 commit comments