Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Dec 6, 2023
1 parent e50d619 commit 67b2532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/editor-monaco/themes/se-vs-light.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default {
// tokens exist in apidom-ls, but not working in editor, may be orange-ish to match other reference(s)
{ token: 'openapi-reference', foreground: '#ff9966' },
{ token: 'reference', foreground: '#ff9966' },
{ token: 'Asyncapi-reference', foreground: '#ff9966' },
{ token: 'asyncapi-reference', foreground: '#ff9966' },
{ token: 'json-reference', foreground: '#ff9966' },
],
colors: {
Expand Down

0 comments on commit 67b2532

Please sign in to comment.