Skip to content

Commit

Permalink
chore(swagger-ui): syntaxHighlight: boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Jul 6, 2024
1 parent b160e65 commit 0196d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swagger-ui/src/swagger/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export type DistSwaggerUIOptions = {
displayOperationId?: boolean
tagsSorter?: string
onComplete?: string
syntaxHighlight?: false | { activated: boolean, theme: string[] },
syntaxHighlight?: boolean | { activated: boolean, theme: string[] },
tryItOutEnabled?: boolean
requestSnippetsEnabled?: boolean
requestSnippets?: object
Expand Down

0 comments on commit 0196d21

Please sign in to comment.