feat: refactored and added some stuff

This commit is contained in:
Nick 2024-12-13 00:12:56 -06:00
parent 9f1a7fe872
commit 38892eb748
5 changed files with 5 additions and 5 deletions

View file

@ -189,7 +189,7 @@ nixCodeRenderer =
|> el [ F.color syntaxTheme.key ]
, text " = "
|> el [ F.color syntaxTheme.operator ]
, text "\"Elm Environment\""
, text "\"Elm/Haskell Environment\""
|> el [ F.color syntaxTheme.string ]
, text ";"
|> el [ F.color syntaxTheme.punctuation ]