diff --git a/lua/github-theme/group/modules/treesitter.lua b/lua/github-theme/group/modules/treesitter.lua index e8f55cab..044a9596 100644 --- a/lua/github-theme/group/modules/treesitter.lua +++ b/lua/github-theme/group/modules/treesitter.lua @@ -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' },