From de94cb83fea6cbeeb3f0bbbff0f45615d4ea882b Mon Sep 17 00:00:00 2001 From: winston Date: Sun, 29 Oct 2023 19:22:52 +0100 Subject: [PATCH] fix(syntax): JSDoc variables refs: #199 --- src/theme/tokens/javascript.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/theme/tokens/javascript.ts b/src/theme/tokens/javascript.ts index 0e949011..d4654d51 100644 --- a/src/theme/tokens/javascript.ts +++ b/src/theme/tokens/javascript.ts @@ -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: {