Skip to content

Commit

Permalink
snippetLang description
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Jul 23, 2023
1 parent 41b5a02 commit 441a5a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ class Config:
)
snippetLanguage: str | None = Field(
default=None,
description="Language of code snippet",
description=(
"Languag)e of code snippet (must be a pygment name"
+ " or shortname: https://pygments.org/languages/)"
),
example="PYTHON",
)
snippetExtension: str | None = Field(
Expand Down

0 comments on commit 441a5a4

Please sign in to comment.