Skip to content

Commit

Permalink
override nix treesitter highlight groups
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoog committed Mar 11, 2024
1 parent d92e114 commit 86195c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/github-theme/group/modules/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ If you want to stay on nvim 0.7, disable the module, or track on 'v0.0.x' branch
['@punctuation.delimiter.markdown_inline'] = { fg = spec.fg1 },
['@text.quote.markdown'] = { fg = syn.tag },

-- Nix
['@variable.member.nix'] = { link = '@field' },
['@variable.parameter.nix'] = { link = '@parameter' },
['@string.special.path.nix'] = { link = '@string' },

-- PHP
-- ['@type.php'] = { link = '@function' },
['@namespace.php'] = { link = '@constructor.php' },
Expand Down

0 comments on commit 86195c7

Please sign in to comment.