Skip to content

Commit

Permalink
Merge pull request #320 from cmoog/nix-ts
Browse files Browse the repository at this point in the history
override nix treesitter highlight groups
  • Loading branch information
ful1e5 authored May 2, 2024
2 parents e2ec5a5 + 86195c7 commit 0cc1343
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 @@ -226,6 +226,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 0cc1343

Please sign in to comment.