From 0657350fe6948954ff6c2aa2593eedc7cf11d4a0 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 30 Jun 2019 18:26:11 +0100 Subject: Eye candy --- src/Xmobar/X11/Parsers.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Xmobar/X11/Parsers.hs b/src/Xmobar/X11/Parsers.hs index 258964a..7fa42d7 100644 --- a/src/Xmobar/X11/Parsers.hs +++ b/src/Xmobar/X11/Parsers.hs @@ -55,7 +55,7 @@ stringParser :: String -> FontIndex -> Maybe [Action] -> Parser [[(Widget, ColorString, FontIndex, Maybe [Action])]] stringParser c f a = manyTill (allParsers c f a) eof --- | Parses a maximal string without color markup. +-- | Parses a maximal string without markup. textParser :: String -> FontIndex -> Maybe [Action] -> Parser [(Widget, ColorString, FontIndex, Maybe [Action])] textParser c f a = do s <- many1 $ -- cgit v1.2.3