We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a6bd2c + 533f0db commit c641324Copy full SHA for c641324
src/Curry/LanguageServer/Handlers/TextDocument/Hover.hs
@@ -97,7 +97,7 @@ extensionHover store ast@(moduleIdentifier -> mid) pos@(J.Position l c) uri e =
97
98
let simpleCodeBlock t
99
| T.null t = ""
100
- | otherwise = "```\n" <> t <> "\n```"
+ | otherwise = "```plaintext\n" <> t <> "\n```"
101
102
text <- case exitCode of
103
ExitSuccess -> return $ T.unlines
0 commit comments