Skip to content

Commit 7bc3bc6

Browse files
authored
fix(treesitter): fix spelling error on comment.warning (#113)
fix(treesitter): fix spelling error on coment.warning
1 parent 84631e4 commit 7bc3bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrotheme/groups/plugins/nvim-treesitter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ local function callback(opts)
8686
["@comment.documentation"] = { link = "@comment" },
8787

8888
["@comment.error"] = { fg = C.ui.base, bg = C.ui.red },
89-
["@cooment.warning"] = { fg = C.ui.base, bg = C.ui.orange },
89+
["@comment.warning"] = { fg = C.ui.base, bg = C.ui.orange },
9090
["@comment.hint"] = { fg = C.ui.base, bg = C.ui.blue },
9191
["@comment.info"] = { fg = C.ui.base, bg = C.ui.cyan },
9292
["@comment.todo"] = { fg = C.ui.base, bg = C.ui.yellow },

0 commit comments

Comments
 (0)