Skip to content

Commit

Permalink
feat(treesitter): add missing highlight group
Browse files Browse the repository at this point in the history
  • Loading branch information
killitar committed Oct 9, 2024
1 parent 26461b4 commit a311793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/obscure/groups/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function M.get(c, opts)
["@keyword.clojure"] = { fg = c.bright_red, style = opts.styles.keywords },
["@keyword.function"] = { fg = c.purple, style = opts.styles.functions },
["@keyword.import"] = "Include",
["@keyword.operator"] = "@operator",
["@keyword.return"] = { fg = c.orange, style = opts.styles.keywords },
["@keyword.storage"] = "StorageClass",
["@text.underline"] = "Underlined",
Expand Down

0 comments on commit a311793

Please sign in to comment.