Skip to content

Commit

Permalink
fix(syntax): Vue components color (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored Sep 11, 2023
1 parent bee6175 commit f79ea58
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/theme/tokens/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@ const tokens = (context: ThemeContext): TextmateColors => {
fontStyle: "",
},
},
{
name: "Vue components",
scope: ["support.class.component.vue"],
settings: {
foreground: palette.blue,
fontStyle: "",
},
},
];
};

Expand Down

0 comments on commit f79ea58

Please sign in to comment.