Skip to content

Commit

Permalink
fix(Color): use proper Elixir module/atom colors
Browse files Browse the repository at this point in the history
  • Loading branch information
paytonward6 committed Oct 1, 2024
1 parent 0e4636f commit 496fb37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/github-theme/group/modules/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ If you want to stay on nvim 0.7, disable the module, or track on 'v0.0.x' branch
['@label.ruby'] = { fg = syn.const },
['@string.special.symbol.ruby'] = { link = '@constant' },

-- Elixir
['@string.special.symbol.elixir'] = { link = '@constant' },
['@module.elixir'] = { link = '@type' },

-- Rust
['@constant.builtin.rust'] = { fg = pl.syntax.variable },
['@module.rust'] = FALLBACK_OR_NONE,
Expand Down

0 comments on commit 496fb37

Please sign in to comment.