Closed nattybear closed 1 week ago
@nattybear , since the Haskell wiki is based on Mediawiki, you can syntax highlight any language supported by Pygments. However, I don't see that there is a grammar for .cabal
files. Perhaps someone working on the Cabal project can provide you one or help you to add one to Pygments.
I just use syntax highlighting for yaml like below:
<syntaxhighlight lang=yaml>
...
</syntaxhighlight>
Is the YAML syntax highlighting sufficient for your needs? If so, I will close this.
On Thu, 2024-04-18 at 21:22 -0700, 준규 wrote:
I just use syntax highlighting for yaml like below:
... — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Yes, please close it.
Currently, the Haskell Wiki lacks syntax highlighting support for
.cabal
files, which are crucial for managing Haskell projects. Adding syntax highlighting for these files would greatly benefit developers working with Haskell.