Skip to content

Commit

Permalink
feat(lib): soft deprecate highlighter
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchilly committed Sep 7, 2023
1 parent 128e0d2 commit 8202348
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lua/catppuccin/groups/integrations/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ If you want to stay on nvim 0.7, either disable the integration or pin catppucci
["@exception"] = { link = "Exception" }, -- For exception related keywords.

-- Types

["@type"] = { link = "Type" }, -- For types.
["@type.builtin"] = { fg = C.yellow, style = O.styles.properties or { "italic" } }, -- For builtin types.
["@type.definition"] = { link = "Type" }, -- type definitions (e.g. `typedef` in C)
Expand Down
1 change: 1 addition & 0 deletions lua/catppuccin/lib/highlighter.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- DEPRECATED MODULE
local M = {}

function M.highlight(group, color)
Expand Down

0 comments on commit 8202348

Please sign in to comment.