Skip to content

Commit

Permalink
fix(syntax): Nix support functions (import, etc.)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Oct 21, 2023
1 parent 40d7ee3 commit 810f130
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/theme/tokens/nix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ const tokens = (context: ThemeContext): TextmateColors => {
fontStyle: "",
},
},
{
name: "Nix support functions",
scope: "support.function.nix",
settings: {
foreground: palette.blue,
fontStyle: "",
},
},
];
};

Expand Down

0 comments on commit 810f130

Please sign in to comment.