Skip to content

Commit

Permalink
fix(syntax): JSDoc variables (#200)
Browse files Browse the repository at this point in the history
refs: #199
  • Loading branch information
nekowinston authored Oct 29, 2023
1 parent bf3a74f commit 1dfda6a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/theme/tokens/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ const tokens = (context: ThemeContext): TextmateColors => {
fontStyle: "",
},
},
{
name: "JSDoc",
scope: [
"variable.other.jsdoc",
"comment.block.documentation variable.other",
],
settings: {
foreground: palette.text,
fontStyle: "",
},
},
{
scope: "support.type.object.console.js",
settings: {
Expand Down

0 comments on commit 1dfda6a

Please sign in to comment.